diff --git a/CHANGELOG.md b/CHANGELOG.md index 8357ba98..0c5d6bb7 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.2] - 2024-09-10 + +### Fixed + +- Backport: Merge information from a groupfolder if one exists by @zak39 in https://github.com/arawa/workspace/pull/1056 +- Backport: Ignore nonexistent groups when listing workspaces by @zak39 in https://github.com/arawa/workspace/pull/1058 + ## [3.2.1] - 2024-09-03 ### Added @@ -273,7 +280,8 @@ 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.1...main +[Unreleased]: https://github.com/arawa/workspace/compare/v3.2.2...main +[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 [3.1.0]: https://github.com/arawa/workspace/compare/v3.0.6...3.1.0