diff --git a/.changes/unreleased/Feature-20251209-170951.yaml b/.changes/unreleased/Feature-20251209-170951.yaml deleted file mode 100644 index 77b9a7b15..000000000 --- a/.changes/unreleased/Feature-20251209-170951.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Display upcoming appointments within the person context in the search results -time: 2025-12-09T17:09:51.811720451+01:00 -custom: - Issue: "462" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251210-041722.yaml b/.changes/unreleased/Fixed-20251210-041722.yaml deleted file mode 100644 index 67667cb04..000000000 --- a/.changes/unreleased/Fixed-20251210-041722.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix missing translation variable in NewLocation component -time: 2025-12-10T04:17:22.40669463+01:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251210-051234.yaml b/.changes/unreleased/Fixed-20251210-051234.yaml deleted file mode 100644 index 581b37176..000000000 --- a/.changes/unreleased/Fixed-20251210-051234.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix display of header for ByActivityNumberAggregator -time: 2025-12-10T05:12:34.061935068+01:00 -custom: - Issue: "476" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251210-051313.yaml b/.changes/unreleased/Fixed-20251210-051313.yaml deleted file mode 100644 index c0a236e13..000000000 --- a/.changes/unreleased/Fixed-20251210-051313.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix use of ByActivityNumberAggregator in combination with activity count exports -time: 2025-12-10T05:13:13.246754532+01:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251211-135111.yaml b/.changes/unreleased/Fixed-20251211-135111.yaml deleted file mode 100644 index 0a179d649..000000000 --- a/.changes/unreleased/Fixed-20251211-135111.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Tentatively fix usage of CTRL+C in collabora editor with chrome / edge browser -time: 2025-12-11T13:51:11.425545012+01:00 -custom: - Issue: "483" - SchemaChange: No schema change diff --git a/.changes/v4.10.1.md b/.changes/v4.10.1.md new file mode 100644 index 000000000..410d89bf0 --- /dev/null +++ b/.changes/v4.10.1.md @@ -0,0 +1,6 @@ +## v4.10.1 - 2025-12-11 +### Fixed +* Fix missing translation variable in NewLocation component +* ([#476](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/476)) Fix display of header for ByActivityNumberAggregator +* Fix use of ByActivityNumberAggregator in combination with activity count exports +* ([#483](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/483)) Tentatively fix usage of CTRL+C in collabora editor with chrome / edge browser diff --git a/CHANGELOG.md b/CHANGELOG.md index b07fdc914..5700c47cb 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). +## v4.10.1 - 2025-12-11 +### Fixed +* Fix missing translation variable in NewLocation component +* ([#476](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/476)) Fix display of header for ByActivityNumberAggregator +* Fix use of ByActivityNumberAggregator in combination with activity count exports +* ([#483](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/483)) Tentatively fix usage of CTRL+C in collabora editor with chrome / edge browser + ## v4.10.0 - 2025-12-09 ### Feature * [MR 928](https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/928) [#462](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/462) Add the future appointments for the person in search results