Skip to content

Commit 4b527e6

Browse files
committed
Version 1.2.6
1 parent f3f785b commit 4b527e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## v1.2.6 - 2025-10-21
10+
911
- Expose configuration via class-level method (acts_as_list_options) [\#447](https://github.com/brendon/acts_as_list/pull/447) ([anthony0030])
1012

1113
## v1.2.5 - 2025-10-21

lib/acts_as_list/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ActiveRecord
44
module Acts
55
module List
6-
VERSION = '1.2.5'
6+
VERSION = '1.2.6'
77
end
88
end
99
end

0 commit comments

Comments
 (0)