From b16e9326bd91273e7a70499a01964974895f7e3c Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Fri, 25 Feb 2022 12:55:53 -0800 Subject: [PATCH] v0.2.4 --- CHANGELOG.md | 6 +++++- lib/active_snapshot/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac57507..d62e9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ CHANGELOG --------- - **UNRELEASED** - * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.3...master) + * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.4...master) + * Nothing yet + +- **v0.2.4** - Feb 25, 2022 + * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.3...v0.2.4) * [PR #20](https://github.com/westonganger/active_snapshot/pull/20) - Resolve error when `has_snapshot_children` has not been defined as it should be optional * [PR #18](https://github.com/westonganger/active_snapshot/pull/18) - Fix bug where sub-classes of a model would not be assigned correctly as parent when restoring diff --git a/lib/active_snapshot/version.rb b/lib/active_snapshot/version.rb index 3e49e37..c2d9412 100644 --- a/lib/active_snapshot/version.rb +++ b/lib/active_snapshot/version.rb @@ -1,3 +1,3 @@ module ActiveSnapshot - VERSION = "0.2.3".freeze + VERSION = "0.2.4".freeze end