From 417d8718d1ad747773a7937c2945b726dd637481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Fri, 15 Sep 2017 00:04:03 +0200 Subject: [PATCH] Prepare 2.7.0 release --- README.md | 2 ++ lib/acts_as_tree/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b9ed5..b763fd6 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ 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.7.0 - September 15, 2017 + * Added support for rails 5.1, see #67, #68 -- felixbuenemann, marcinwierzbicki * 2.6.1 - January 18, 2017 * Avoid conflicts of `#level` method with existing column, see #57, #58, #60 -- markhgbrewster * Fix tests on rails 4.2 with ruby < 2.1 -- felixbuenemann diff --git a/lib/acts_as_tree/version.rb b/lib/acts_as_tree/version.rb index 1932cc2..9daa0ec 100644 --- a/lib/acts_as_tree/version.rb +++ b/lib/acts_as_tree/version.rb @@ -1,3 +1,3 @@ module ActsAsTree - VERSION = "2.6.1" + VERSION = "2.7.0" end