From 1cadc71d5ae701ae6d103da7a4389624e356a360 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 30 Oct 2024 10:11:36 +0100 Subject: [PATCH] Update bundles to v3.2.0 : gender entity added --- .changes/unreleased/Feature-20241030-095713.yaml | 5 ----- .changes/v3.2.0.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 .changes/unreleased/Feature-20241030-095713.yaml create mode 100644 .changes/v3.2.0.md diff --git a/.changes/unreleased/Feature-20241030-095713.yaml b/.changes/unreleased/Feature-20241030-095713.yaml deleted file mode 100644 index 391fcd878..000000000 --- a/.changes/unreleased/Feature-20241030-095713.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Introduce a gender entity -time: 2024-10-30T09:57:13.110347067+01:00 -custom: - Issue: "" diff --git a/.changes/v3.2.0.md b/.changes/v3.2.0.md new file mode 100644 index 000000000..25dd295c8 --- /dev/null +++ b/.changes/v3.2.0.md @@ -0,0 +1,3 @@ +## v3.2.0 - 2024-10-30 +### Feature +* Introduce a gender entity diff --git a/CHANGELOG.md b/CHANGELOG.md index d05b19e6c..e88b081f0 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). +## v3.2.0 - 2024-10-30 +### Feature +* Introduce a gender entity + ## v3.1.1 - 2024-10-01 ### Fixed * ([#308](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/308)) Show only the current referrer in the page "show" for an accompanying period workf