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"