Skip to content

Commit

Permalink
Version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brendon committed Nov 19, 2024
1 parent 7eae837 commit 02fe238
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.4 - 2024-11-20

### Added
- funding_uri to gemspec

## v1.2.3 - 2024-10-14

### Changed
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.3'
VERSION = '1.2.4'
end
end
end

0 comments on commit 02fe238

Please sign in to comment.