Skip to content

Commit abdda3f

Browse files
committed
Bump version to 1.10.0.dev
1 parent 168e316 commit abdda3f

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# CHANGELOG
22

3-
### Version 1.9.0
3+
### Unreleased Changes
44

5-
2026-01-02
5+
[Compare changes](https://github.com/codevise/activeadmin-searchable_select/compare/1-9-stable...master)
66

7-
[Compare changes](https://github.com/codevise/activeadmin-searchable_select/compare/1-8-stable...v1.9.0)
8-
9-
- Relax Ruby version requirement to allow Ruby 4 and up. Drop support
10-
for EOL Ruby versions below 3.
11-
([#55](https://github.com/codevise/activeadmin-searchable_select/pull/55))
7+
None so far.
128

139
See
14-
[1-8-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-8-stable/CHANGELOG.md)
10+
[1-9-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-9-stable/CHANGELOG.md)
1511
for previous changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module SearchableSelect
3-
VERSION = '1.9.0'.freeze
3+
VERSION = '1.10.0.dev'.freeze
44
end
55
end

0 commit comments

Comments
 (0)