From bc6c3a1089dcbbcaaabb2b8dc607720640108317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 20:52:46 +0200 Subject: [PATCH] Release: 2.10.1 --- .changes/v2.10.1.md | 3 +++ CHANGELOG.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .changes/v2.10.1.md diff --git a/.changes/v2.10.1.md b/.changes/v2.10.1.md new file mode 100644 index 000000000..562b90a2c --- /dev/null +++ b/.changes/v2.10.1.md @@ -0,0 +1,3 @@ +## v2.10.1 - 2023-10-24 +### Fixed +* Fix export controller when generating an export without any data in session diff --git a/CHANGELOG.md b/CHANGELOG.md index e21aa45b3..29bb7ba59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.10.1 - 2023-10-24 +### Fixed +* Fix export controller when generating an export without any data in session + ## v2.10.0 - 2023-10-24 ### Feature * ([#172](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/172)) [export] Add a filter "grouping accompanying period by opening date" and "grouping accompanying period by closing date"