From c5a02223d3252213535ece1f6a3227cb22719e6f Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:31:29 +0100 Subject: [PATCH] chore(main): release 0.0.5 (#24) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pom.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63c033c..45ca42f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.4" + ".": "0.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e836c1..c0709f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.5](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.4...v0.0.5) (2024-10-28) + + +### Features + +* add opt-in to terminate non-empty topics matching props ([#25](https://github.com/statnett/k3a-topic-terminator/issues/25)) ([68c4379](https://github.com/statnett/k3a-topic-terminator/commit/68c4379d7f9d691b807b6b0f9a50dd345d491ea7)) + + +### Bug Fixes + +* **deps:** update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.5 ([#23](https://github.com/statnett/k3a-topic-terminator/issues/23)) ([7382dda](https://github.com/statnett/k3a-topic-terminator/commit/7382dda5956d614f53e5b269ae6d0d19ac06d9b9)) + ## [0.0.4](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.3...v0.0.4) (2024-10-21) diff --git a/pom.xml b/pom.xml index 8137c9c..592f7a0 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.statnett.k3a k3a-topic-terminator - 0.0.5-SNAPSHOT + 0.0.5 21