Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Jan 11, 2016
1 parent 283cbb3 commit bed63b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ 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
* 2.4.0 - January 12, 2016
* Added support for rails 5.0, see #46 -- klacointe
* 2.3.0 - November 6, 2015
* Added touch option to acts\_as\_tree relation. See #40 -- mbenitezm
* Fix tests on rails 3.x with ruby 1.9.2. See #41 -- felixbuenemann
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 = "2.3.0"
VERSION = "2.4.0"
end

0 comments on commit bed63b1

Please sign in to comment.