diff --git a/.changes/unreleased/Feature-20251210-032045.yaml b/.changes/unreleased/Feature-20251210-032045.yaml deleted file mode 100644 index 67a648b15..000000000 --- a/.changes/unreleased/Feature-20251210-032045.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: 'Add filtering to admin lists: social actions, social issues, goals, results, and evaluations' -time: 2025-12-10T03:20:45.135973502+01:00 -custom: - Issue: "478" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251211-214908.yaml b/.changes/unreleased/Fixed-20251211-214908.yaml deleted file mode 100644 index f89110c7c..000000000 --- a/.changes/unreleased/Fixed-20251211-214908.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixed -body: | - Fix migration query after previous fix -time: 2025-12-11T21:49:08.899926492+01:00 -custom: - Issue: "466" - SchemaChange: No schema change diff --git a/.changes/v4.11.0.md b/.changes/v4.11.0.md new file mode 100644 index 000000000..e034723a6 --- /dev/null +++ b/.changes/v4.11.0.md @@ -0,0 +1,9 @@ +## v4.11.0 - 2025-12-17 +### Feature +* ([#478](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/478)) Add filtering to admin lists: social actions, social issues, goals, results, and evaluations +### Fixed +* ([#466](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/466)) Fix migration query after previous fix + +* Fix translation key/value + +Cannot start with % and should be wrapped in "". diff --git a/CHANGELOG.md b/CHANGELOG.md index 5700c47cb..91cb02135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.11.0 - 2025-12-17 +### Feature +* ([#478](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/478)) Add filtering to admin lists: social actions, social issues, goals, results, and evaluations +### Fixed +* ([#466](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/466)) Fix migration query after previous fix + +* Fix translation key/value + +Cannot start with % and should be wrapped in "". + ## v4.10.1 - 2025-12-11 ### Fixed * Fix missing translation variable in NewLocation component