Skip to content

Commit 5922b0d

Browse files
committed
Bump version to 1.8.0.dev
1 parent 6fa385d commit 5922b0d

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

CHANGELOG.md

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

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

5-
2023-05-03
5+
[Compare changes](https://github.com/codevise/activeadmin-searchable_select/compare/1-7-stable...master)
66

7-
[Compare changes](https://github.com/codevise/activeadmin-searchable_select/compare/1-6-stable...v1.7.0)
8-
9-
- Fix pre-selected item when using belongs_to
10-
([#43](https://github.com/codevise/activeadmin-searchable_select/pull/43),
11-
[#44](https://github.com/codevise/activeadmin-searchable_select/pull/44))
12-
- Improvement the examples in Readme for import npm assets
13-
([#41](https://github.com/codevise/activeadmin-searchable_select/pull/41))
7+
None so far.
148

159
See
16-
[1-6-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-6-stable/CHANGELOG.md)
10+
[1-7-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-7-stable/CHANGELOG.md)
1711
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.7.0'.freeze
3+
VERSION = '1.8.0.dev'.freeze
44
end
55
end

0 commit comments

Comments
 (0)