From 035b0d4b0a9a5aae035d521356049640d0dc75d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 12:15:33 +0000 Subject: [PATCH] chore(patch): release 1.22.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.22.5](https://github.com/wearefrank/zaakbrug/compare/v1.22.4...v1.22.5) (2024-11-11) ### 🐛 Bug Fixes * updateZaak incorrectly adds the be deleted rol when updateZaak message deletes and adds a role with the same roltype when the to be deleted role cannot be found. ([5e68d4c](https://github.com/wearefrank/zaakbrug/commit/5e68d4c57370ce4e6000e0f118fe314bca5c1bae)) ### ✅ Tests * **e2e:** add testcase to test updateZaak deleting and adding a role with the same roltype when role to be deleted cannot be found. ([1781f65](https://github.com/wearefrank/zaakbrug/commit/1781f6596fdb42a4d239bb21fb0a12478151dcdb)) --- CHANGELOG.md | 10 ++++++++++ src/main/resources/BuildInfo.properties | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfb1f80..2dc88bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ [![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) +## [1.22.5](https://github.com/wearefrank/zaakbrug/compare/v1.22.4...v1.22.5) (2024-11-11) + +### 🐛 Bug Fixes + +* updateZaak incorrectly adds the be deleted rol when updateZaak message deletes and adds a role with the same roltype when the to be deleted role cannot be found. ([5e68d4c](https://github.com/wearefrank/zaakbrug/commit/5e68d4c57370ce4e6000e0f118fe314bca5c1bae)) + +### ✅ Tests + +* **e2e:** add testcase to test updateZaak deleting and adding a role with the same roltype when role to be deleted cannot be found. ([1781f65](https://github.com/wearefrank/zaakbrug/commit/1781f6596fdb42a4d239bb21fb0a12478151dcdb)) + ## [1.22.4](https://github.com/wearefrank/zaakbrug/compare/v1.22.3...v1.22.4) (2024-10-29) ### 🤖 Build System diff --git a/src/main/resources/BuildInfo.properties b/src/main/resources/BuildInfo.properties index ac097352..45dcc3f4 100644 --- a/src/main/resources/BuildInfo.properties +++ b/src/main/resources/BuildInfo.properties @@ -1,2 +1,2 @@ -instance.version=1.22.4 -versionDate_ddmmyyyy=29/10/2024 +instance.version=1.22.5 +versionDate_ddmmyyyy=11/11/2024