Skip to content

Commit 0e29c02

Browse files
committed
Mark the release of 0.17.0
1 parent 854b40b commit 0e29c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ActiveAttr (Unreleased)
1+
# ActiveAttr 0.17.0 (September 26, 2024)
22

33
* ActiveAttr now supports Ruby 3.3
44
* ActiveAttr now supports Rails 7.2 (thanks @eclecticCodingND)

lib/active_attr/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAttr
22
# Complete version string
33
# @since 0.1.0
4-
VERSION = "0.16.0"
4+
VERSION = "0.17.0"
55
end

0 commit comments

Comments
 (0)