Skip to content

Commit aee89d3

Browse files
committed
Bump version to 1.4.0.dev
1 parent 248e9d1 commit aee89d3

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

CHANGELOG.md

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

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

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

7-
[Compare changes](https://github.com/codevise/activeadmin-searchable_select/compare/1-2-stable...v1.3.0)
8-
9-
- Add support for Ruby 3
10-
([#26](https://github.com/codevise/activeadmin-searchable_select/pull/26))
11-
- Add a small description of how to pass options to Select2
12-
([#27](https://github.com/codevise/activeadmin-searchable_select/pull/27))
13-
- Update CI Setup
14-
([#25](https://github.com/codevise/activeadmin-searchable_select/pull/25))
15-
- Allow Bundler 2 in development dependencies
16-
([#18](https://github.com/codevise/activeadmin-searchable_select/pull/18))
7+
None so far.
178

189
See
19-
[1-2-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-2-stable/CHANGELOG.md)
10+
[1-3-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-3-stable/CHANGELOG.md)
2011
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.3.0'.freeze
3+
VERSION = '1.4.0.dev'.freeze
44
end
55
end

0 commit comments

Comments
 (0)