File tree 2 files changed +5
-10
lines changed
lib/activeadmin/searchable_select
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ### Version 1.8.0
3
+ ### Unreleased Changes
4
4
5
- 2023-08-17
5
+ [ Compare changes ] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-8-stable...master )
6
6
7
- [ Compare changes] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-7-stable...v1.8.0 )
8
-
9
- - Update webdrivers to fix specs for Chrome 115
10
- ([ #47 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/47 ) )
11
- - Add support for Active Admin 3.0
12
- ([ #45 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/45 ) )
7
+ None so far.
13
8
14
9
See
15
- [ 1-7 -stable branch] ( https://github.com/codevise/activeadmin-searchable_select/blob/1-7 -stable/CHANGELOG.md )
10
+ [ 1-8 -stable branch] ( https://github.com/codevise/activeadmin-searchable_select/blob/1-8 -stable/CHANGELOG.md )
16
11
for previous changes.
Original file line number Diff line number Diff line change 1
1
module ActiveAdmin
2
2
module SearchableSelect
3
- VERSION = '1.8.0 ' . freeze
3
+ VERSION = '1.9.0.dev ' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments