From 6babbccb95d9dc049c86bac508a101d2e6f78404 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Jan 2025 09:35:59 +0000 Subject: [PATCH] chore(minor): release 1.13.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.13.0](https://github.com/wearefrank/haalcentraal-connector/compare/v1.12.1...v1.13.0) (2025-01-13) ### 🍕 Features * add processing of subscription action shadow messages ([47ec119](https://github.com/wearefrank/haalcentraal-connector/commit/47ec1196a459e16ad452906c5fa147b67bc14c5f)) ### 🐛 Bug Fixes * shadow message actions ([82a5be1](https://github.com/wearefrank/haalcentraal-connector/commit/82a5be1595c4bac1c5f3f74094f4bb4e1f49e055)) * simplify subscription actions stuff ([9b5e953](https://github.com/wearefrank/haalcentraal-connector/commit/9b5e953d61174b70c87b563c524a32be308fdce4)) * xmlIfPipe > XmlSwitchPipe ([05017b3](https://github.com/wearefrank/haalcentraal-connector/commit/05017b3b36789edab010490cacbe55b2c7efaa00)) --- CHANGELOG.md | 12 ++++++++++++ src/main/resources/BuildInfo.properties | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b45754..462a4154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ [![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.13.0](https://github.com/wearefrank/haalcentraal-connector/compare/v1.12.1...v1.13.0) (2025-01-13) + +### 🍕 Features + +* add processing of subscription action shadow messages ([47ec119](https://github.com/wearefrank/haalcentraal-connector/commit/47ec1196a459e16ad452906c5fa147b67bc14c5f)) + +### 🐛 Bug Fixes + +* shadow message actions ([82a5be1](https://github.com/wearefrank/haalcentraal-connector/commit/82a5be1595c4bac1c5f3f74094f4bb4e1f49e055)) +* simplify subscription actions stuff ([9b5e953](https://github.com/wearefrank/haalcentraal-connector/commit/9b5e953d61174b70c87b563c524a32be308fdce4)) +* xmlIfPipe > XmlSwitchPipe ([05017b3](https://github.com/wearefrank/haalcentraal-connector/commit/05017b3b36789edab010490cacbe55b2c7efaa00)) + ## [1.12.1](https://github.com/wearefrank/haalcentraal-connector/compare/v1.12.0...v1.12.1) (2025-01-09) ### 🐛 Bug Fixes diff --git a/src/main/resources/BuildInfo.properties b/src/main/resources/BuildInfo.properties index bafbe935..0d25952d 100644 --- a/src/main/resources/BuildInfo.properties +++ b/src/main/resources/BuildInfo.properties @@ -1,2 +1,2 @@ -instance.version=1.12.1 -versionDate_ddmmyyyy=09/01/2025 +instance.version=1.13.0 +versionDate_ddmmyyyy=13/01/2025