From 0e29c02f9e61b5b9081352cce32492ad08b4f89e Mon Sep 17 00:00:00 2001 From: Chris Griego Date: Thu, 26 Sep 2024 14:24:30 -0700 Subject: [PATCH] Mark the release of 0.17.0 --- CHANGELOG.md | 2 +- lib/active_attr/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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