Skip to content

Commit

Permalink
Prepare 2.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Mar 7, 2019
1 parent f71e9b7 commit 84bcec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ 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.9.0 - March 7, 2019
* Allow arel nodes in the `:order` option, see #78, #79 -- felixbuenemann, vladvinnikov
* Added support for rails 6.0, see #81 -- felixbuenemann
* 2.8.0 - August 27, 2018
* Added support for rails 5.2, see #76, #77 -- felixbuenemann
* 2.7.1 - January 30, 2018
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.8.0"
VERSION = "2.9.0"
end

0 comments on commit 84bcec3

Please sign in to comment.