Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Feb 25, 2022
1 parent 8894eeb commit b16e932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/active_snapshot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveSnapshot
VERSION = "0.2.3".freeze
VERSION = "0.2.4".freeze
end

0 comments on commit b16e932

Please sign in to comment.