diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7b022d..30a78af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Changed -- Refactored CI testing framework and removed the Appraisals gem. Use RAILS_VERSION to switch the Rails version you are currently running the tests against. -- We now only explicitly test against Rails 6.1+ and Ruby 3.0+. +## v1.2.0 - 2024-06-03 ### Added - Add support for composite primary keys. [\#430](https://github.com/brendon/acts_as_list/pull/430) ([divagueame]) +### Changed +- Refactored CI testing framework and removed the Appraisals gem. Use RAILS_VERSION to switch the Rails version you are currently running the tests against. +- We now only explicitly test against Rails 6.1+ and Ruby 3.0+. + ## v1.1.0 - 2023-02-01 ### Fixed (Possibly Breaking) diff --git a/lib/acts_as_list/version.rb b/lib/acts_as_list/version.rb index bae8f363..817727f3 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.1.0' + VERSION = '1.2.0' end end end