Skip to content

Commit

Permalink
chore(main): release 0.0.2 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Oct 14, 2024
1 parent e10ee75 commit 8026cd2
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1"
".": "0.0.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.2](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.1...v0.0.2) (2024-10-14)


### Features

* migrate to structured logging ([#11](https://github.com/statnett/k3a-topic-terminator/issues/11)) ([e10ee75](https://github.com/statnett/k3a-topic-terminator/commit/e10ee7528a424d5e7d4221d8dac9cbf9351021a8))

## [0.0.1](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.0...v0.0.1) (2024-10-14)


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.2-SNAPSHOT</version>
<version>0.0.2</version>

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

0 comments on commit 8026cd2

Please sign in to comment.