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

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Oct 25, 2020
1 parent e2546e0 commit f433ba7
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,10 +2,15 @@

## Unreleased

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

## 1.7.0 - 2020-10-24

* [#20](https://github.com/westonganger/protected_attributes_continued/pull/20) - Fix bug when calling `first_or_initialize` on an association relation
* [60da8e1](https://github.com/westonganger/protected_attributes_continued/commit/60da8e1deee54da97546c5ad3fe38c3385a8e5e8) - Add warning at end of default rake task to highlight the requirement to run the tests with `appraisal`
* [c38a230](https://github.com/westonganger/protected_attributes_continued/commit/c38a230b310fdb42662dad6bdd46e15ab3d3489d) - Added db setup and reloading to `rake console` task for easier debugging
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.6.0...master)
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.6.0...v1.7.0)

## 1.6.0 - 2020-10-01

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.6.0".freeze
VERSION = "1.7.0".freeze
end

0 comments on commit f433ba7

Please sign in to comment.