diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 53b7bc9..d719a72 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.1.2"
+ ".": "1.1.3"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10f2425..d6e82c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [1.1.3](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.2...v1.1.3) (2024-07-29)
+
+
+### Bug Fixes
+
+* **deps:** update dependency org.apache.kafka:kafka-clients to v3.7.1 ([#29](https://github.com/statnett/k3a-prompt-login-module/issues/29)) ([030037d](https://github.com/statnett/k3a-prompt-login-module/commit/030037dd7b4bf40f37b8ff93a4f0e6b0447f7d5d))
+* **deps:** update dependency org.apache.kafka:kafka-clients to v3.8.0 ([#32](https://github.com/statnett/k3a-prompt-login-module/issues/32)) ([dd97a1f](https://github.com/statnett/k3a-prompt-login-module/commit/dd97a1fe7bc01f39343a8e44851ee5c53d5f83ca))
+
## [1.1.2](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.1...v1.1.2) (2024-03-18)
diff --git a/pom.xml b/pom.xml
index 19cc36c..939b4a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.statnett.k3a
k3a-prompt-login-module
jar
- 1.1.3-SNAPSHOT
+ 1.1.3
${project.groupId}:${project.artifactId}
A JAAS LoginModule intended for use with Kafka clients, asking for the user's password