diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2a71aed83fc6031990cc7efb91b819ca6dd704c..a12aca41ac60f81f31a65efaab6d0549155b1d4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
+
+## [1.1.236708] - 2022-03-01
 ### Fixed
 - OXUIB-1378 - 7.10.x share links don't work with 8.0
 - more sane default for memory limits
@@ -18,5 +20,6 @@ All notable changes to this project will be documented in this file.
 - Start changelog
 
 
-[Unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...main
+[Unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236708...main
+[1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708
 [1.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707
diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml
index f6aaa2d10c0e8eb52425fb79eb66e280c0c876d8..ec410f3ce4829211d654ecefa27803bafb03b860 100644
--- a/helm/core-ui-middleware/Chart.yaml
+++ b/helm/core-ui-middleware/Chart.yaml
@@ -21,7 +21,7 @@ version: 1.0.2
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "1.1.236707"
+appVersion: "1.1.236708"
 dependencies:
   - name: ox-common
     version: 1.0.17
diff --git a/package.json b/package.json
index 7cd124a7ea404766d20286e756c5a2fb31c7365b..a19a9b7530aec583a4d825ac37c709b258e67d3a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@open-xchange/ui-middleware",
-  "version": "1.1.236707",
+  "version": "1.1.236708",
   "description": "Provides a combined manifest.json",
   "type": "module",
   "main": "src/index.js",