diff --git a/CHANGELOG.md b/CHANGELOG.md
index a903e15cf..2377d749e 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.12.0] - 2024-03-28
- Added support for managing message bundles
## [5.11.1] - 2024-03-12
@@ -732,7 +734,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.1...HEAD
+[Unreleased]: https://github.com/adorsys/keycloak-config-cli/compare/v5.12.0...HEAD
+[5.12.0]: https://github.com/adorsys/keycloak-config-cli/compare/v5.11.1...v5.12.0
[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
diff --git a/contrib/charts/keycloak-config-cli/Chart.yaml b/contrib/charts/keycloak-config-cli/Chart.yaml
index 885673fb1..37fd7cc61 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.2-SNAPSHOT
-appVersion: 5.11.2-SNAPSHOT
+version: 5.12.0
+appVersion: 5.12.0
maintainers:
- name: jkroepke
email: joe@adorsys.de
diff --git a/pom.xml b/pom.xml
index a6ec38727..b84048d52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
de.adorsys.keycloak
keycloak-config-cli
jar
- 5.11.2-SNAPSHOT
+ 5.12.0
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.12.0