From 84bcec360d81e92ee62add921c11cf84ff0bb02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Thu, 7 Mar 2019 02:36:13 +0100 Subject: [PATCH] Prepare 2.9.0 release --- README.md | 3 +++ lib/acts_as_tree/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc289ee..86874df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/acts_as_tree/version.rb b/lib/acts_as_tree/version.rb index 09d402f..23c1bc3 100644 --- a/lib/acts_as_tree/version.rb +++ b/lib/acts_as_tree/version.rb @@ -1,3 +1,3 @@ module ActsAsTree - VERSION = "2.8.0" + VERSION = "2.9.0" end