Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the CHANGELOG for the 3.2.4 release #1087

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) )
Expand Down Expand Up @@ -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
Expand Down
Loading