Skip to content

Commit 2e67e9a

Browse files
Bump version
1 parent 2925742 commit 2e67e9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.1.0
2+
* Fix a reloading bug when using default scope [Krzysztof Rybka](https://github.com/krzysiek1507)
3+
14
3.1.0
25
* Ensure that nested_set queries respect the model's default_scope. [oesgalha](https://github.com/oesgalha)
36
* Add Rails 5 support [Krzysztof Rybka](https://github.com/krzysiek1507)

lib/awesome_nested_set/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AwesomeNestedSet
2-
VERSION = '3.1.0' unless defined?(::AwesomeNestedSet::VERSION)
2+
VERSION = '3.1.1' unless defined?(::AwesomeNestedSet::VERSION)
33
end

0 commit comments

Comments
 (0)