From 5853f64a19d87ae170d9276cd74eb14d7c3f082f Mon Sep 17 00:00:00 2001 From: zak39 Date: Thu, 14 Nov 2024 11:54:38 +0100 Subject: [PATCH] chore: Update the CHANGELOG for the 3.2.4 release --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88dc18ac7..c7b4e9cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Take into account the limitation of searches between members of the same group, except for specefic groups ( [#802](https://github.com/arawa/workspace/pull/802) ) - Disable users import ( [#995](https://github.com/arawa/workspace/pull/995) ) +## [3.2.4] - 2024-11-14 + +### Fixed + +- Backport: Allow the Workspace Manager to attach a group to a workspace ( [#1085](https://github.com/arawa/workspace/pull/1085) ) + + ## [3.2.3] - 2024-10-16 ### Added @@ -35,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.2.2] - 2024-09-10 -### Fixed +### Fixed - Backport: when listing workspaces, ignore group folders when they no longer exist ( [#1056](https://github.com/arawa/workspace/pull/1056) ) - Backport: when listing workspaces, ignore user groups that no longer exist ( [#1058](https://github.com/arawa/workspace/pull/1058) ) @@ -288,7 +295,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Define users' roles (GeneralManager and WorkspacesManager) -[Unreleased]: https://github.com/arawa/workspace/compare/v3.2.2...main +[Unreleased]: https://github.com/arawa/workspace/compare/v3.2.4...main +[3.2.4]: https://github.com/arawa/workspace/compare/v3.2.3...3.2.4 +[3.2.3]: https://github.com/arawa/workspace/compare/v3.2.2...3.2.3 [3.2.2]: https://github.com/arawa/workspace/compare/v3.2.1...3.2.2 [3.2.1]: https://github.com/arawa/workspace/compare/v3.2.0...3.2.1 [3.2.0]: https://github.com/arawa/workspace/compare/v3.1.0...3.2.0