diff --git a/README.md b/README.md
index 20c18b8f4d..4705fff045 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
Latest Release:
- Analysis 1.122.0 | Visualization 1.122.0
+ Analysis 1.122.1 | Visualization 1.122.0
[comment]: ##################################################################################
[comment]:
diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md
index 85e170ae5b..6a2844ab12 100644
--- a/analysis/CHANGELOG.md
+++ b/analysis/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨💻 👩💻)
+## [1.122.1] - 2024-02-26
+
### Changed
- CodeCharta Analysis and Visualization now have separate changelogs and releases [#3499](https://github.com/MaibornWolff/codecharta/pull/3499)
diff --git a/analysis/gradle.properties b/analysis/gradle.properties
index ab562e1706..9fabde25d3 100644
--- a/analysis/gradle.properties
+++ b/analysis/gradle.properties
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
-currentVersion=1.122.0
+currentVersion=1.122.1
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
diff --git a/analysis/node-wrapper/package-lock.json b/analysis/node-wrapper/package-lock.json
index 992c4f8270..323d5ea9d6 100644
--- a/analysis/node-wrapper/package-lock.json
+++ b/analysis/node-wrapper/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "codecharta-analysis",
- "version": "1.122.0",
+ "version": "1.122.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codecharta-analysis",
- "version": "1.122.0",
+ "version": "1.122.1",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": {
diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json
index 6b39a4d3fd..c353624239 100644
--- a/analysis/node-wrapper/package.json
+++ b/analysis/node-wrapper/package.json
@@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-analysis",
- "version": "1.122.0",
+ "version": "1.122.1",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public",
diff --git a/gh-pages/_posts/release/2024-02-26-ana_1_122_1.md b/gh-pages/_posts/release/2024-02-26-ana_1_122_1.md
new file mode 100644
index 0000000000..3e18340e2f
--- /dev/null
+++ b/gh-pages/_posts/release/2024-02-26-ana_1_122_1.md
@@ -0,0 +1,21 @@
+---
+categories:
+ - Release
+tags:
+ - gh-pages
+ - release
+ - analysis
+
+title: Analysis version 1.122.1
+---
+
+{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.122.1).
+This version brings the following:
+
+### Changed
+
+- CodeCharta Analysis and Visualization now have separate changelogs and releases [#3499](https://github.com/MaibornWolff/codecharta/pull/3499)
+
+### Fixed 🐞
+
+- Fix metric-gardener-importer crashing on new metric-gardener-json-format [#3496](https://github.com/MaibornWolff/codecharta/pull/3496)