Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 22, 2021
1 parent 2a50230 commit 25174c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
@@ -1,8 +1,11 @@
Unreleased version

* [Compare to 3.4.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.4.0...master)

3.4.0
* Keep current scope when calling `roots` [Petrik de Heus](https://github.com/p8)
* STI record now can update counter cache correctly [Issei Murasawa](http://github.com/issei-m)
* [Compare to 3.3.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.3.1...master)
* [Compare to 3.3.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.3.1...master)

3.3.1
* Add belongs_to :polymorphic key option only when used [Filippo Liverani](https://github.com/filippoliverani)
Expand Down
2 changes: 1 addition & 1 deletion lib/awesome_nested_set/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module AwesomeNestedSet
VERSION = '3.3.1' unless defined?(::AwesomeNestedSet::VERSION)
VERSION = '3.4.0' unless defined?(::AwesomeNestedSet::VERSION)
end

0 comments on commit 25174c7

Please sign in to comment.