Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed May 31, 2016
1 parent 2925742 commit 2e67e9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
3.1.0
* Fix a reloading bug when using default scope [Krzysztof Rybka](https://github.com/krzysiek1507)

3.1.0
* Ensure that nested_set queries respect the model's default_scope. [oesgalha](https://github.com/oesgalha)
* Add Rails 5 support [Krzysztof Rybka](https://github.com/krzysiek1507)
Expand Down
2 changes: 1 addition & 1 deletion lib/awesome_nested_set/version.rb
@@ -1,3 +1,3 @@
module AwesomeNestedSet
VERSION = '3.1.0' unless defined?(::AwesomeNestedSet::VERSION)
VERSION = '3.1.1' unless defined?(::AwesomeNestedSet::VERSION)
end

0 comments on commit 2e67e9a

Please sign in to comment.