Skip to content

Commit 6a5b14c

Browse files
Prepare 2.5.1 release
1 parent 565c3fd commit 6a5b14c

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.5.1 - September 8, 2016
78+
* Fix early database connection in acts\_as\_tree, see #55 -- felixbuenemann
7779
* 2.5.0 - August 14, 2016
7880
* Allow for use of a different primary key, see #50 -- Two9A
7981
* 2.4.0 - January 12, 2016

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.5.0"
2+
VERSION = "2.5.1"
33
end

0 commit comments

Comments
 (0)