diff --git a/.changes/unreleased/Feature-20241205-172341.yaml b/.changes/unreleased/Feature-20241205-172341.yaml deleted file mode 100644 index 8a7117d38..000000000 --- a/.changes/unreleased/Feature-20241205-172341.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Show all the pages of the documents in the signature app -time: 2024-12-05T17:23:41.866322287+01:00 -custom: - Issue: "318" diff --git a/.changes/unreleased/Fixed-20241206-121932.yaml b/.changes/unreleased/Fixed-20241206-121932.yaml deleted file mode 100644 index 55117caf6..000000000 --- a/.changes/unreleased/Fixed-20241206-121932.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Wrap the signature's change state into a transaction, to avoid race conditions -time: 2024-12-06T12:19:32.808137032+01:00 -custom: - Issue: "" diff --git a/.changes/v3.5.0.md b/.changes/v3.5.0.md new file mode 100644 index 000000000..566b883a0 --- /dev/null +++ b/.changes/v3.5.0.md @@ -0,0 +1,6 @@ +## v3.5.0 - 2024-12-09 +### Feature +* ([#318](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/318)) Show all the pages of the documents in the signature app +### Fixed +* Wrap the signature's change state into a transaction, to avoid race conditions +* Fix display of gender label diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c9643e7..e82ce62bf 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.5.0 - 2024-12-09 +### Feature +* ([#318](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/318)) Show all the pages of the documents in the signature app +### Fixed +* Wrap the signature's change state into a transaction, to avoid race conditions +* Fix display of gender label + ## v3.4.3 - 2024-12-05 ### Fixed * Remove the "not null" constraint on person supplementary phones