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

Commit 45d49fe

Browse files
committed
v1.9.0
1 parent 05efa80 commit 45d49fe

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,8 +2,13 @@
22

33
## Unreleased
44

5+
* Nothing yet
6+
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.9.0...master)
7+
8+
## v1.9.0 - 2023-10-17
9+
510
* [#31](https://github.com/westonganger/protected_attributes_continued/pull/31) - Fix SchemaMigration parent class mistmatch for Rails 7.1+
6-
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...master)
11+
* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...v1.9.0)
712

813
## v1.8.2 - 2021-07-13
914

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.2".freeze
2+
VERSION = "1.9.0".freeze
33
end

0 commit comments

Comments
 (0)