Skip to content

Commit

Permalink
Prepare 2.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Jan 30, 2018
1 parent 5d999ab commit 25ef76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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.1 - January 30, 2018
* Fix column quoting if the `:order` option is a symbol, see #73, #74 -- felixbuenemann
* 2.7.0 - September 15, 2017
* Added support for rails 5.1, see #67, #68 -- felixbuenemann, marcinwierzbicki
* 2.6.1 - January 18, 2017
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tree/version.rb
@@ -1,3 +1,3 @@
module ActsAsTree
VERSION = "2.7.0"
VERSION = "2.7.1"
end

0 comments on commit 25ef76f

Please sign in to comment.