Skip to content

Commit

Permalink
Update files for release v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Nov 22, 2014
1 parent 48f61f0 commit d7aa2db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
=== v2.0.6
* Add full support for rails 4.0 and 4.1

=== v2.0.5
* Force integer type on depth result or nil if undetermined
* Fixed query building bug in #nodes_within
Expand Down
3 changes: 1 addition & 2 deletions lib/acts_as_sane_tree/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ def to_s
end
end

VERSION = Version.new('2.0.5')
VERSION = Version.new('2.0.6')
end

0 comments on commit d7aa2db

Please sign in to comment.