Skip to content

Commit 84bcec3

Browse files
Prepare 2.9.0 release
1 parent f71e9b7 commit 84bcec3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ 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.9.0 - March 7, 2019
78+
* Allow arel nodes in the `:order` option, see #78, #79 -- felixbuenemann, vladvinnikov
79+
* Added support for rails 6.0, see #81 -- felixbuenemann
7780
* 2.8.0 - August 27, 2018
7881
* Added support for rails 5.2, see #76, #77 -- felixbuenemann
7982
* 2.7.1 - January 30, 2018

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

0 commit comments

Comments
 (0)