From c52d4b2a0e8670941a0bddaeb49c4f4e178cfa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 17 Mar 2025 16:41:07 +0100 Subject: [PATCH] Release v3.10.0 --- .changes/unreleased/Feature-20250224-150047.yaml | 6 ------ .changes/unreleased/Fixed-20250304-160058.yaml | 6 ------ .changes/unreleased/Fixed-20250314-150408.yaml | 6 ------ .changes/v3.10.0.md | 6 ++++++ CHANGELOG.md | 7 +++++++ 5 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .changes/unreleased/Feature-20250224-150047.yaml delete mode 100644 .changes/unreleased/Fixed-20250304-160058.yaml delete mode 100644 .changes/unreleased/Fixed-20250314-150408.yaml create mode 100644 .changes/v3.10.0.md diff --git a/.changes/unreleased/Feature-20250224-150047.yaml b/.changes/unreleased/Feature-20250224-150047.yaml deleted file mode 100644 index 821e7ee5a..000000000 --- a/.changes/unreleased/Feature-20250224-150047.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Display social actions grouped per social issue within activity form -time: 2025-02-24T15:00:47.139983981+01:00 -custom: - Issue: "363" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250304-160058.yaml b/.changes/unreleased/Fixed-20250304-160058.yaml deleted file mode 100644 index d2e9cf3ed..000000000 --- a/.changes/unreleased/Fixed-20250304-160058.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix Dependency Injection, which prevented to save the CalendarRange -time: 2025-03-04T16:00:58.269626007+01:00 -custom: - Issue: "362" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250314-150408.yaml b/.changes/unreleased/Fixed-20250314-150408.yaml deleted file mode 100644 index 0c278aa12..000000000 --- a/.changes/unreleased/Fixed-20250314-150408.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: fix search query for user groups -time: 2025-03-14T15:04:08.622666838+01:00 -custom: - Issue: "368" - SchemaChange: No schema change diff --git a/.changes/v3.10.0.md b/.changes/v3.10.0.md new file mode 100644 index 000000000..5ed6d62ce --- /dev/null +++ b/.changes/v3.10.0.md @@ -0,0 +1,6 @@ +## v3.10.0 - 2025-03-17 +### Feature +* ([#363](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/363)) Display social actions grouped per social issue within activity form +### Fixed +* ([#362](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/362)) Fix Dependency Injection, which prevented to save the CalendarRange +* ([#368](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/368)) fix search query for user groups diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cf028f3..b4f5ecd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.10.0 - 2025-03-17 +### Feature +* ([#363](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/363)) Display social actions grouped per social issue within activity form +### Fixed +* ([#362](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/362)) Fix Dependency Injection, which prevented to save the CalendarRange +* ([#368](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/368)) fix search query for user groups + ## v3.9.2 - 2025-02-27 ### Fixed * Use fetchResults method to fetch all social issues instead of only the first page