diff --git a/CHANGELOG.md b/CHANGELOG.md index 357b0f3..a19e609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ ## Unreleased +* Nothing yet +* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.9.0...master) + +## v1.9.0 - 2023-10-17 + * [#31](https://github.com/westonganger/protected_attributes_continued/pull/31) - Fix SchemaMigration parent class mistmatch for Rails 7.1+ -* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...master) +* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.2...v1.9.0) ## v1.8.2 - 2021-07-13 diff --git a/lib/protected_attributes/version.rb b/lib/protected_attributes/version.rb index 32ac7db..15d8a1c 100644 --- a/lib/protected_attributes/version.rb +++ b/lib/protected_attributes/version.rb @@ -1,3 +1,3 @@ module ProtectedAttributes - VERSION = "1.8.2".freeze + VERSION = "1.9.0".freeze end