We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f785b commit 4b527e6Copy full SHA for 4b527e6
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## v1.2.6 - 2025-10-21
10
+
11
- Expose configuration via class-level method (acts_as_list_options) [\#447](https://github.com/brendon/acts_as_list/pull/447) ([anthony0030])
12
13
## v1.2.5 - 2025-10-21
lib/acts_as_list/version.rb
@@ -3,7 +3,7 @@
3
module ActiveRecord
4
module Acts
5
module List
- VERSION = '1.2.5'
+ VERSION = '1.2.6'
end
0 commit comments