Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Oct 13, 2024
1 parent 608cca2 commit f516a83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v1.2.3 - 2024-10-14

### Changed
- Use `.with_connection do |connection|` where possible instead of `.connection` [\#441](https://github.com/brendon/acts_as_list/pull/441) ([flood4life])

## v1.2.2 - 2024-07-16

### Fixed
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.2.2'
VERSION = '1.2.3'
end
end
end

0 comments on commit f516a83

Please sign in to comment.