File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
lib/activeadmin/searchable_select Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ### Unreleased Changes
3
+ ### Version 1.6.0
4
4
5
- [ Compare changes ] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-5-stable...master )
5
+ 2022-04-05
6
6
7
- None so far.
7
+ [ Compare changes] ( https://github.com/codevise/activeadmin-searchable_select/compare/1-5-stable...v1.6.0 )
8
+
9
+ - Add option to pass path params for nested resource fetching
10
+ ([ #39 ] ( https://github.com/codevise/activeadmin-searchable_select/pull/39 ) )
8
11
9
12
See
10
13
[ 1-5-stable branch] ( https://github.com/codevise/activeadmin-searchable_select/blob/1-5-stable/CHANGELOG.md )
Original file line number Diff line number Diff line change 1
1
module ActiveAdmin
2
2
module SearchableSelect
3
- VERSION = '1.6.0.dev ' . freeze
3
+ VERSION = '1.6.0' . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments