diff --git a/CHANGELOG.md b/CHANGELOG.md index 692639b0..76cf6735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v1.2.4 - 2024-11-20 + +### Added +- funding_uri to gemspec + ## v1.2.3 - 2024-10-14 ### Changed diff --git a/lib/acts_as_list/version.rb b/lib/acts_as_list/version.rb index c84dd671..e8430bfb 100644 --- a/lib/acts_as_list/version.rb +++ b/lib/acts_as_list/version.rb @@ -3,7 +3,7 @@ module ActiveRecord module Acts module List - VERSION = '1.2.3' + VERSION = '1.2.4' end end end