diff --git a/CHANGELOG.md b/CHANGELOG.md
index 188925516..2c007fe15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+
+## [5.11.1] - 2024-03-12
- fixed github actions workflow permissions
## [5.11.0] - 2024-03-12
@@ -729,7 +731,8 @@ A lot of import properties are added over the years. this major release of keycl
-[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.11.0...HEAD
+[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.11.1...HEAD
+[5.11.1]: https://github.com/adorsys/keycloak-config-cli/compare/v5.11.0...v5.11.1
[5.11.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.10.0...v5.11.0
[5.10.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.9.0...v5.10.0
[5.9.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.8.0...v5.9.0
diff --git a/contrib/charts/keycloak-config-cli/Chart.yaml b/contrib/charts/keycloak-config-cli/Chart.yaml
index 8dcb687a9..b609a9c02 100644
--- a/contrib/charts/keycloak-config-cli/Chart.yaml
+++ b/contrib/charts/keycloak-config-cli/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: keycloak-config-cli
description: Import JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
home: https://github.com/adorsys/keycloak-config-cli
-version: 5.11.1-SNAPSHOT
-appVersion: 5.11.1-SNAPSHOT
+version: 5.11.1
+appVersion: 5.11.1
maintainers:
- name: jkroepke
email: joe@adorsys.de
diff --git a/pom.xml b/pom.xml
index 42237bb9d..a36f5b59e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
de.adorsys.keycloak
keycloak-config-cli
jar
- 5.11.1-SNAPSHOT
+ 5.11.1
keycloak-config-cli
https://github.com/adorsys/keycloak-config-cli
@@ -46,7 +46,7 @@
scm:git:git://github.com/adorsys/keycloak-config-cli.git
scm:git:ssh://git@github.com/keycloak-config-cli.git
https://github.com/adorsys/keycloak-config-cli
- HEAD
+ v5.11.1