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

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Oct 1, 2020
1 parent 323a289 commit 34aaf53
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,10 +2,14 @@

## Unreleased

* Nothing yet

## 1.6.0 - 2020-10-01

* [#18](https://github.com/westonganger/protected_attributes_continued/pull/18) - Fix for Rails 6+ for new records that were supposed to be created issuing UPDATE sql calls instead of INSERT. They would come back thinking they were persisted, but they didn't have an id attribute because of the invalid sql call made.
* Fix method redefined warning for ThroughAssociation#build_record
* Fix method redefined warning for HasManyThroughAssociation#options_for_through_association for Rails <= 5.2
* Add Rails 6 to test matrix
* Add Rails 6.0 to test matrix

## 1.5.0 - 2019-08-16

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.5.0".freeze
VERSION = "1.6.0".freeze
end

0 comments on commit 34aaf53

Please sign in to comment.