Skip to content

Commit eb5de15

Browse files
committed
Prepare 1.4.0 release
1 parent 08f6506 commit eb5de15

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

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

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

7-
None so far.
7+
[Compare changes](https://github.com/codevise/activeadmin-searchable_select/compare/1-3-stable...v1.4.0)
8+
9+
- Support admin resources for namespaced models.
10+
([#30](https://github.com/codevise/activeadmin-searchable_select/pull/30))
11+
- Improve README.md
12+
([#28](https://github.com/codevise/activeadmin-searchable_select/pull/28))
813

914
See
1015
[1-3-stable branch](https://github.com/codevise/activeadmin-searchable_select/blob/1-3-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.4.0.dev'.freeze
3+
VERSION = '1.4.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)