From be3616e7ff62e6caa37d6a3cab1e380b5e4885a9 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Fri, 27 Aug 2021 13:49:31 -0700 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 8 ++++++-- lib/active_snapshot/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 923fd4c..224ea19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ CHANGELOG --------- - **UNRELEASED** - * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.1...master) - * [](https://github.com/westonganger/active_snapshot/commit/) - Fix bug on restore for in `has_snapshot_children` method with nil association values + * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.2...master) + * Nothing yet + +- **v0.2.2** - August 27, 2021 + * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.1...v0.2.2) + * [0715279](https://github.com/westonganger/active_snapshot/commit/0715279) - Fix bug on restore for in `has_snapshot_children` method with nil association values - **v0.2.1** - August 19, 2021 * [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.2.0...v0.2.1) diff --git a/lib/active_snapshot/version.rb b/lib/active_snapshot/version.rb index 270ea34..1251034 100644 --- a/lib/active_snapshot/version.rb +++ b/lib/active_snapshot/version.rb @@ -1,3 +1,3 @@ module ActiveSnapshot - VERSION = "0.2.1".freeze + VERSION = "0.2.2".freeze end