Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Aug 4, 2023
1 parent 61fe1b5 commit bd2d26e
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.3.0...master)
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.3.1...master)
* Nothing yet

- **v0.3.1** - August 4, 2023
* [View Diff](https://github.com/westonganger/active_snapshot/compare/v0.3.0...v0.3.1)
* [#36](https://github.com/westonganger/active_snapshot/pull/36) - Allow ActiveRecord to be lazy loaded using `ActiveSupport.on_load`
* [#35](https://github.com/westonganger/active_snapshot/pull/35) - Add `optional: true` to the Snapshot `belongs_to :user` relationship
* [#39](https://github.com/westonganger/active_snapshot/pull/39) - Remove redundant validation on SnapshotItem for item_type
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.3.0".freeze
VERSION = "0.3.1".freeze
end

0 comments on commit bd2d26e

Please sign in to comment.