From fdfc3fb7ecae3f2063c35fc556166bfbd918bb36 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 11 Jan 2024 16:17:04 +0100 Subject: [PATCH] Update changelog and master release version --- .changes/unreleased/DX-20240110-132016.yaml | 6 ------ .changes/unreleased/Fixed-20240111-115909.yaml | 6 ------ .changes/v2.15.2.md | 5 +++++ CHANGELOG.md | 6 ++++++ 4 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 .changes/unreleased/DX-20240110-132016.yaml delete mode 100644 .changes/unreleased/Fixed-20240111-115909.yaml create mode 100644 .changes/v2.15.2.md diff --git a/.changes/unreleased/DX-20240110-132016.yaml b/.changes/unreleased/DX-20240110-132016.yaml deleted file mode 100644 index 443bf7a68..000000000 --- a/.changes/unreleased/DX-20240110-132016.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: DX -body: Set placeholder to False for expanded EntityType form fields where required - is set to False. -time: 2024-01-10T13:20:16.232711478+01:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Fixed-20240111-115909.yaml b/.changes/unreleased/Fixed-20240111-115909.yaml deleted file mode 100644 index b5e78c73b..000000000 --- a/.changes/unreleased/Fixed-20240111-115909.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix the id_seq used when creating a new accompanying period participation during - fusion of two person files -time: 2024-01-11T11:59:09.581242964+01:00 -custom: - Issue: "" diff --git a/.changes/v2.15.2.md b/.changes/v2.15.2.md new file mode 100644 index 000000000..739b2482b --- /dev/null +++ b/.changes/v2.15.2.md @@ -0,0 +1,5 @@ +## v2.15.2 - 2024-01-11 +### Fixed +* Fix the id_seq used when creating a new accompanying period participation during fusion of two person files +### DX +* Set placeholder to False for expanded EntityType form fields where required is set to False. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3b6e42c..4a731bae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.15.2 - 2024-01-11 +### Fixed +* Fix the id_seq used when creating a new accompanying period participation during fusion of two person files +### DX +* Set placeholder to False for expanded EntityType form fields where required is set to False. + ## v2.15.1 - 2023-12-20 ### Fixed * Fix the household export query to exclude accompanying periods that are in draft state.