Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Jun 2, 2024
1 parent 58a4972 commit 7624f44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_list/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ActiveRecord
module Acts
module List
VERSION = '1.1.0'
VERSION = '1.2.0'
end
end
end

0 comments on commit 7624f44

Please sign in to comment.