Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Aug 16, 2019
1 parent 2a40db4 commit 4b0c06d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

* Nothing yet

## 1.5.0 - 2019-08-16

* [#13](https://github.com/westonganger/protected_attributes_continued/pull/13) - Fixed with_indifferent_access call in nested attributes
* [#14](https://github.com/westonganger/protected_attributes_continued/pull/14) - For ActiveRecord versions >= 5.2.3 Rails does not call `options_for_through_record` anymore. This method was previously used by `protected_attributes` to pass in the `without_protection: true` option. We now override the `build_through_record` method instead and pass the option in there.

Expand Down
2 changes: 1 addition & 1 deletion lib/protected_attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ProtectedAttributes
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 4b0c06d

Please sign in to comment.