Skip to content

Commit 6ef5e5c

Browse files
committed
release v1.1.0
1 parent 6d902ae commit 6ef5e5c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## unreleased [](https://github.com/activeadmin/arbre/compare/v1.0.3...master)
1+
## unreleased [](https://github.com/activeadmin/arbre/compare/v1.1.0...master)
22

3-
* Tag option `for` sets the attribute when value is a string or symbol [#18]
3+
## 1.1.0 [](https://github.com/activeadmin/arbre/compare/v1.0.3...v1.1.0)
4+
5+
* Tag option `for` sets the attribute when value is a string or symbol [#49][] by [@ramontayag][]
46

57
## 1.0.3 [](https://github.com/activeadmin/arbre/compare/v1.0.2...v1.0.3)
68

@@ -53,11 +55,13 @@ Initial release and extraction from Active Admin
5355
[#36]: https://github.com/activeadmin/arbre/issues/36
5456
[#39]: https://github.com/activeadmin/arbre/issues/39
5557
[#40]: https://github.com/activeadmin/arbre/issues/40
58+
[#49]: https://github.com/activeadmin/arbre/issues/49
5659
[@LTe]: https://github.com/LTe
5760
[@OscarBarrett]: https://github.com/OscarBarrett
5861
[@alexesDev]: https://github.com/alexesDev
5962
[@dtaniwaki]: https://github.com/dtaniwaki
6063
[@gregbell]: https://github.com/gregbell
6164
[@jpmckinney]: https://github.com/jpmckinney
6265
[@kaapa]: https://github.com/kaapa
66+
[@ramontayag]: https://github.com/ramontayag
6367
[@seanlinsley]: https://github.com/seanlinsley

lib/arbre/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Arbre
2-
VERSION = "1.0.3"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)