Skip to content

Commit 8d17dfc

Browse files
committed
Bump version to 1.0.0
1 parent 2f4d1c2 commit 8d17dfc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
* Added support for the use of `:for` with non Active Model objects
4+
15
## 1.0.0.rc4
26

37
* Fix issue where user could call `symbolize_keys!` on a

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.0.rc4"
2+
VERSION = "1.0.0"
33
end

0 commit comments

Comments
 (0)