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