Skip to content

Commit 028387c

Browse files
committed
Update for release v2.1.0
1 parent 8c1de5b commit 028387c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.1.0] - 2020-03-11
6+
7+
### Added
8+
9+
- A config to opt out of registering assets (see #81)
10+
- Support for UUID primary keys (see #85)
11+
512
## [2.0.0] - 2018-01-22
613

714
### Changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module SortableTree
3-
VERSION = "2.0.0"
3+
VERSION = "2.1.0"
44
end
55
end

0 commit comments

Comments
 (0)