We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5858d commit d81495fCopy full SHA for d81495f
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (unreleased)
4
5
+## 1.2.1 [☰](https://github.com/activeadmin/arbre/compare/v1.2.0...v1.2.1)
6
+
7
* Revert [#64][] to fix several regressions, at the cost of reintroducing [#46][]. [#121][] by [@deivid-rodriguez][]
8
9
## 1.2.0 [☰](https://github.com/activeadmin/arbre/compare/v1.2.0.rc1...v1.2.0)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- arbre (1.2.0)
+ arbre (1.2.1)
activesupport (>= 3.0.0)
GEM
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments