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

Commit f433ba7

Browse files
committed
v1.7.0
1 parent e2546e0 commit f433ba7

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,10 +2,15 @@
22

33
## Unreleased
44

5+
* Nothing yet
6+
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.7.0...master)
7+
8+
## 1.7.0 - 2020-10-24
9+
510
* [#20](https://github.com/westonganger/protected_attributes_continued/pull/20) - Fix bug when calling `first_or_initialize` on an association relation
611
* [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`
712
* [c38a230](https://github.com/westonganger/protected_attributes_continued/commit/c38a230b310fdb42662dad6bdd46e15ab3d3489d) - Added db setup and reloading to `rake console` task for easier debugging
8-
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.6.0...master)
13+
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.6.0...v1.7.0)
914

1015
## 1.6.0 - 2020-10-01
1116

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

0 commit comments

Comments
 (0)