From 73931f59d000753c87fea40015d726f4a769b12c Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 9 Feb 2022 10:28:16 +1300 Subject: [PATCH] Release version 3.5.0 Closes #462 --- CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)