diff --git a/CHANGELOG.md b/CHANGELOG.md index 5437932..fc1701f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# ActiveAttr (Unreleased) +# ActiveAttr 0.17.0 (September 26, 2024) * ActiveAttr now supports Ruby 3.3 * ActiveAttr now supports Rails 7.2 (thanks @eclecticCodingND) diff --git a/lib/active_attr/version.rb b/lib/active_attr/version.rb index 24edf89..80beb92 100644 --- a/lib/active_attr/version.rb +++ b/lib/active_attr/version.rb @@ -1,5 +1,5 @@ module ActiveAttr # Complete version string # @since 0.1.0 - VERSION = "0.16.0" + VERSION = "0.17.0" end