From 3447197dec44b347122cbeba27a351f786d92e07 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Wed, 24 Mar 2021 11:42:46 -0700 Subject: [PATCH] v1.8.1 --- CHANGELOG.md | 7 ++++++- lib/protected_attributes/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 432b2ec..f21a84b 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.8.1...master) + +## 1.8.1 - 2021-03-24 + * [#23](https://github.com/westonganger/protected_attributes_continued/pull/23) - Fix bug introdcued in [#21](https://github.com/westonganger/protected_attributes_continued/pull/21) & `v1.8.0` where the scope chain on associations wasnt preserving the values -* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.0...master) +* [View Full Diff](https://github.com/westonganger/protected_attributes_continued/compare/v1.8.0...v1.8.1) ## 1.8.0 - 2021-03-06 diff --git a/lib/protected_attributes/version.rb b/lib/protected_attributes/version.rb index 80518f2..6144293 100644 --- a/lib/protected_attributes/version.rb +++ b/lib/protected_attributes/version.rb @@ -1,3 +1,3 @@ module ProtectedAttributes - VERSION = "1.8.0".freeze + VERSION = "1.8.1".freeze end