Skip to content

Commit 168e316

Browse files
committed
Prepare 1.9.0 release
1 parent 715f475 commit 168e316

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# CHANGELOG
22

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

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

7-
None so far.
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))
812

913
See
1014
[1-8-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-8-stable/CHANGELOG.md)
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.dev'.freeze
3+
VERSION = '1.9.0'.freeze
44
end
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codevise/activeadmin-searchable_select",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Use searchable selects based on Select2 in Active Admin forms and filters.",
55
"main": "src/searchable_select.js",
66
"style": "src/searchable_select.scss",

0 commit comments

Comments
 (0)