diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..b985ff6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0aced5a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.1](https://github.com/statnett/k3a-topic-terminator/compare/v0.0.0...v0.0.1) (2024-10-14) + + +### Features + +* initial MVP application ([#1](https://github.com/statnett/k3a-topic-terminator/issues/1)) ([53759bd](https://github.com/statnett/k3a-topic-terminator/commit/53759bd51d8770395d4b224dc4cea7d52d559cb4)) diff --git a/pom.xml b/pom.xml index ba52342..5bc492b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 @@ -11,7 +10,7 @@ io.statnett.k3a k3a-topic-terminator - 0.0.1-SNAPSHOT + 0.0.1 21