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

Commit c8fbf1c

Browse files
committed
v1.8.2
1 parent 2c60935 commit c8fbf1c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## Unreleased
44

5+
* Nothing yet
6+
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...master)
7+
8+
## v1.8.2 - 2021-07-13
9+
510
* [#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
611
* [#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
7-
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.1...master)
12+
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.1...v1.8.2)
813

914
## 1.8.1 - 2021-03-24
1015

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ProtectedAttributes
2-
VERSION = "1.8.1".freeze
2+
VERSION = "1.8.2".freeze
33
end

0 commit comments

Comments
 (0)