From 6a5b14c2c606c64b688dd0e56ae925b3e8b95422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Thu, 8 Sep 2016 04:04:35 +0200 Subject: [PATCH] Prepare 2.5.1 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 8c444ce..ee04638 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.5.1 - September 8, 2016 + * Fix early database connection in acts\_as\_tree, see #55 -- felixbuenemann * 2.5.0 - August 14, 2016 * Allow for use of a different primary key, see #50 -- Two9A * 2.4.0 - January 12, 2016 diff --git a/lib/acts_as_tree/version.rb b/lib/acts_as_tree/version.rb index ea3a1f1..11cf3de 100644 --- a/lib/acts_as_tree/version.rb +++ b/lib/acts_as_tree/version.rb @@ -1,3 +1,3 @@ module ActsAsTree - VERSION = "2.5.0" + VERSION = "2.5.1" end