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

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jul 13, 2021
1 parent 2c60935 commit c8fbf1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## Unreleased

* Nothing yet
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...master)

## v1.8.2 - 2021-07-13

* [#26](https://github.com/westonganger/protected_attributes_continued/pull/26) - Fix for Rails 6.0.x where CollectionAssociation defines its own implementation of build_record
* [#25](https://github.com/westonganger/protected_attributes_continued/pull/25) - Fix for Rails 6.1+ - The override of `build_through_record` was putting the new through_records in the wrong place and making it so that they would not be saved when the root record was a new record
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.1...master)
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.1...v1.8.2)

## 1.8.1 - 2021-03-24

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.8.1".freeze
VERSION = "1.8.2".freeze
end

0 comments on commit c8fbf1c

Please sign in to comment.