Skip to content

Commit 417d871

Browse files
Prepare 2.7.0 release
1 parent cb33677 commit 417d871

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.7.0 - September 15, 2017
78+
* Added support for rails 5.1, see #67, #68 -- felixbuenemann, marcinwierzbicki
7779
* 2.6.1 - January 18, 2017
7880
* Avoid conflicts of `#level` method with existing column, see #57, #58, #60 -- markhgbrewster
7981
* Fix tests on rails 4.2 with ruby < 2.1 -- 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.6.1"
2+
VERSION = "2.7.0"
33
end

0 commit comments

Comments
 (0)