diff --git a/README.md b/README.md
index 65ecddf6ff..007c424781 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
Latest Release:
- Analysis 1.123.0 | Visualization 1.125.0
+ Analysis 1.124.0 | Visualization 1.125.0
[comment]: ##################################################################################
[comment]:
diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md
index 903552b4d9..9209b0f999 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.124.0] - 2024-05-15
+
### Fixed 🐞
- Add default Docker user to mitigate `GitLogParser` issues during repo-scan [#3571](https://github.com/MaibornWolff/codecharta/pull/3571)
diff --git a/analysis/gradle.properties b/analysis/gradle.properties
index 03c88b66b0..b6a631d844 100644
--- a/analysis/gradle.properties
+++ b/analysis/gradle.properties
@@ -1,4 +1,4 @@
-currentVersion=1.123.0
+currentVersion=1.124.0
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.unsafe.configuration-cache=true
diff --git a/analysis/node-wrapper/package-lock.json b/analysis/node-wrapper/package-lock.json
index 8729126ad2..38d7222bc8 100644
--- a/analysis/node-wrapper/package-lock.json
+++ b/analysis/node-wrapper/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "codecharta-analysis",
- "version": "1.123.0",
+ "version": "1.124.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codecharta-analysis",
- "version": "1.123.0",
+ "version": "1.124.0",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": {
diff --git a/analysis/node-wrapper/package.json b/analysis/node-wrapper/package.json
index 9a31c74686..1b928ec52b 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.123.0",
+ "version": "1.124.0",
"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-05-15-ana_1_124_0.md b/gh-pages/_posts/release/2024-05-15-ana_1_124_0.md
new file mode 100644
index 0000000000..5821277fef
--- /dev/null
+++ b/gh-pages/_posts/release/2024-05-15-ana_1_124_0.md
@@ -0,0 +1,24 @@
+---
+categories:
+ - Release
+tags:
+ - gh-pages
+ - release
+ - analysis
+
+title: Analysis version 1.124.0
+---
+
+{{page.title}} is live and ready for [download](https://github.com/MaibornWolff/codecharta/releases/tag/ana-1.124.0).
+This version brings the following:
+
+### Fixed 🐞
+
+- Add default Docker user to mitigate `GitLogParser` issues during repo-scan [#3571](https://github.com/MaibornWolff/codecharta/pull/3571)
+- Escaping and un-escaping windows paths, auto-detecting path separator for Unix and Windows
+ paths [#3569](https://github.com/MaibornWolff/codecharta/pull/3569)
+
+Chore 👨💻 👩💻
+
+- Upgrade Gradle to version 8.7, now with support for Java version 21. [#3570](https://github.com/MaibornWolff/codecharta/pull/3570)
+- Update docs to include that the `timeout` command is necessary on macOS to run integration tests [#3322](https://github.com/MaibornWolff/codecharta/pull/3615)