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