Skip to content

Commit

Permalink
chore(main): release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
statnett-bot[bot] authored Oct 28, 2024
1 parent 68c4379 commit 5d289e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.4"
".": "0.0.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-topic-terminator</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>

<properties>
<java.version>21</java.version>
Expand Down

0 comments on commit 5d289e0

Please sign in to comment.