Skip to content

Commit

Permalink
1.5.0 Release Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
amerine committed Dec 16, 2013
1 parent 59d2c98 commit 3561413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ We no longer support Ruby 1.8 or versions of Rails/ActiveRecord older than 3.0.
Moving forward we will do our best to support the latest versions of ActiveRecord and Ruby.

## Change Log
* 1.5.0 - December 16th, 2013
* `Added new descendants method` -- adamkleingit
* Fixed warning message -- akicho8
* 1.4.0 - June 25th, 2013
* `Presentation#tree_view` -- rainchen
* `root?` && `leaf?` methods. -- xuanxu
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tree/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsTree
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 3561413

Please sign in to comment.