Skip to content

Commit

Permalink
Prepare 2.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Aug 27, 2018
1 parent 8f20854 commit 53b513b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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.8.0 - August 27, 2018
* Added support for rails 5.2, see #76, #77 -- felixbuenemann
* 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
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_tree/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActsAsTree
VERSION = "2.7.1"
VERSION = "2.8.0"
end

0 comments on commit 53b513b

Please sign in to comment.