Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hamajyotan committed Jan 16, 2024
1 parent 92d488f commit c544820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.1.8] - 2024-01-16

- avoid executing `#save!` from `Model#save`
- on save, ignore nil elements from models.

Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_compose/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordCompose
VERSION = '0.1.7'
VERSION = '0.1.8'
end

0 comments on commit c544820

Please sign in to comment.