Skip to content

Commit bed63b1

Browse files
Prepare 2.4.0 release
1 parent 283cbb3 commit bed63b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ We no longer support Ruby 1.8 or versions of Rails/ActiveRecord older than 3.0.
7474
Moving forward we will do our best to support the latest versions of ActiveRecord and Ruby.
7575

7676
## Change Log
77+
* 2.4.0 - January 12, 2016
78+
* Added support for rails 5.0, see #46 -- klacointe
7779
* 2.3.0 - November 6, 2015
7880
* Added touch option to acts\_as\_tree relation. See #40 -- mbenitezm
7981
* Fix tests on rails 3.x with ruby 1.9.2. See #41 -- felixbuenemann

lib/acts_as_tree/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActsAsTree
2-
VERSION = "2.3.0"
2+
VERSION = "2.4.0"
33
end

0 commit comments

Comments
 (0)