Skip to content

Commit

Permalink
chore(main): release 3.1.1 (#15)
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 Dec 19, 2023
1 parent dea77fd commit c3a3982
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "3.1.0"
".": "3.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.1.1](https://github.com/statnett/k3a-spiffe-principal-builder/compare/v3.1.0...v3.1.1) (2023-12-19)


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 ([#14](https://github.com/statnett/k3a-spiffe-principal-builder/issues/14)) ([ebd7e16](https://github.com/statnett/k3a-spiffe-principal-builder/commit/ebd7e16dd5b7c6359c6d30e91ee001d810c7dcf0))
* **deps:** update dependency org.apache.kafka:kafka-clients to v3.6.1 ([#18](https://github.com/statnett/k3a-spiffe-principal-builder/issues/18)) ([ced5ffd](https://github.com/statnett/k3a-spiffe-principal-builder/commit/ced5ffd51b866d566c34056bc6c5103c70e66c72))

## [3.1.0](https://github.com/statnett/k3a-spiffe-principal-builder/compare/v3.0.1...v3.1.0) (2023-10-31)


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

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-spiffe-principal-builder</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit c3a3982

Please sign in to comment.