diff --git a/CHANGELOG b/CHANGELOG index 6b7538c6..ac95cea7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,10 @@ Unreleased version +3.5.0 +* Support Rails 7.0.0 [Peter Berkenbosch](https://github.com/peterberkenbosch) and [Andrew Hampton](https://github.com/andrewhampton) * Make `order_column` option more flexible by removing explicit `=> :asc` [Regis Millet](https://github.com/Kulgar) * Updated README to use latest migration syntax [Justin MacCarthy](https://github.com/macarthy) -* [Compare to 3.4.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.4.0...master) +* [Compare to 3.4.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.4.0...v3.5.0) 3.4.0 * Keep current scope when calling `roots` [Petrik de Heus](https://github.com/p8)