Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#10)
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 353c58b commit 4451c24
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 @@
{
".": "1.1.0"
".": "1.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.0...v1.1.1) (2023-12-19)


### Bug Fixes

* **deps:** update dependency org.apache.kafka:kafka-clients to v3.6.1 ([#9](https://github.com/statnett/k3a-prompt-login-module/issues/9)) ([e904cd5](https://github.com/statnett/k3a-prompt-login-module/commit/e904cd5621078b0f1a1f94b62083c87fb7475469))

## [1.1.0](https://github.com/statnett/k3a-prompt-login-module/compare/v1.0.4...v1.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 @@ -5,7 +5,7 @@
<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-prompt-login-module</artifactId>
<packaging>jar</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A JAAS LoginModule intended for use with Kafka clients, asking for the user's password</description>
Expand Down

0 comments on commit 4451c24

Please sign in to comment.