From 4ebec0217881639c4690b24cd01c54eccf6783d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 5 Dec 2024 13:41:01 +0100 Subject: [PATCH] Release v3.4.2 --- .changes/unreleased/DX-20241129-122024.yaml | 5 ----- .changes/unreleased/Fixed-20241128-134834.yaml | 5 ----- .changes/unreleased/Fixed-20241205-133702.yaml | 5 ----- .changes/v3.4.2.md | 6 ++++++ CHANGELOG.md | 7 +++++++ 5 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 .changes/unreleased/DX-20241129-122024.yaml delete mode 100644 .changes/unreleased/Fixed-20241128-134834.yaml delete mode 100644 .changes/unreleased/Fixed-20241205-133702.yaml create mode 100644 .changes/v3.4.2.md diff --git a/.changes/unreleased/DX-20241129-122024.yaml b/.changes/unreleased/DX-20241129-122024.yaml deleted file mode 100644 index 52c807144..000000000 --- a/.changes/unreleased/DX-20241129-122024.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: DX -body: Clean migrations, to reduce the number of bloated migration when running diff on schema -time: 2024-11-29T12:20:24.246519944+01:00 -custom: - Issue: "310" diff --git a/.changes/unreleased/Fixed-20241128-134834.yaml b/.changes/unreleased/Fixed-20241128-134834.yaml deleted file mode 100644 index f06f2c1fb..000000000 --- a/.changes/unreleased/Fixed-20241128-134834.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix the serialization of gender for the generation of documents -time: 2024-11-28T13:48:34.528958771+01:00 -custom: - Issue: "329" diff --git a/.changes/unreleased/Fixed-20241205-133702.yaml b/.changes/unreleased/Fixed-20241205-133702.yaml deleted file mode 100644 index 9fcafdb9f..000000000 --- a/.changes/unreleased/Fixed-20241205-133702.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Enforce unique contraint on activity storedobject -time: 2024-12-05T13:37:02.635977414+01:00 -custom: - Issue: "337" diff --git a/.changes/v3.4.2.md b/.changes/v3.4.2.md new file mode 100644 index 000000000..18b0759e0 --- /dev/null +++ b/.changes/v3.4.2.md @@ -0,0 +1,6 @@ +## v3.4.2 - 2024-12-05 +### Fixed +* ([#329](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/329)) Fix the serialization of gender for the generation of documents +* ([#337](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/337)) Enforce unique contraint on activity storedobject +### DX +* ([#310](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/310)) Clean migrations, to reduce the number of bloated migration when running diff on schema diff --git a/CHANGELOG.md b/CHANGELOG.md index 43296ba28..c25a5f9f9 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.4.2 - 2024-12-05 +### Fixed +* ([#329](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/329)) Fix the serialization of gender for the generation of documents +* ([#337](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/337)) Enforce unique contraint on activity storedobject +### DX +* ([#310](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/310)) Clean migrations, to reduce the number of bloated migration when running diff on schema + ## v3.4.1 - 2024-11-22 ### Fixed * Set the workflow's title to notification content and subject