We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1de5b commit 028387cCopy full SHA for 028387c
Changelog.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
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
12
## [2.0.0] - 2018-01-22
13
14
### Changed
lib/active_admin/sortable_tree/version.rb
@@ -1,5 +1,5 @@
1
module ActiveAdmin
module SortableTree
- VERSION = "2.0.0"
+ VERSION = "2.1.0"
end
0 commit comments