From fc2523bcd4a10ca75183a644920db9a9a2640cb3 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:46:26 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a2110..2959a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-11) + + +### 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) diff --git a/pom.xml b/pom.xml index 3d11a35..b756994 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.statnett.k3a k3a-prompt-login-module jar - 1.1.1-SNAPSHOT + 1.1.1 ${project.groupId}:${project.artifactId} A JAAS LoginModule intended for use with Kafka clients, asking for the user's password