diff --git a/CHANGELOG.md b/CHANGELOG.md
index 581f2f992ff64c455db06d3f060abb4b6a880d3a..41ebf1406a09e788352628ac1843d4939bedda92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
 
+## [1.3.6] - 2022-07-11
+
+### Added
+
+- Add extended logging to some modules [`6906d7f`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/6906d7f213f67324cf0f609d56d47dd4d6d15142)
+- Add logging to the version check functions on log level 'info' and 'debug'
+- Add some time measures on ready checks to see what's taking so long on startup
+
+### Changed
+
+- Changed all 'trace' logs to level 'debug'
+
 ## [1.3.5] - 2022-06-15
 
 ### Fixed
diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml
index 2b6e6f6f78db068f9f2984e49af45bc045cbde81..65090ca00b691845729af2a155cdd5b86e384104 100644
--- a/helm/core-ui-middleware/Chart.yaml
+++ b/helm/core-ui-middleware/Chart.yaml
@@ -21,7 +21,7 @@ version: 1.2.6
 # 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.3.5"
+appVersion: "1.3.6"
 dependencies:
   - name: ox-common
     version: 1.0.17
diff --git a/package.json b/package.json
index 8325e237092bda8d62334992c48cbe898d383f5e..fe03067d5062f7270aaf57782ee8ce29a4a8ba83 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@open-xchange/ui-middleware",
-  "version": "1.3.5",
+  "version": "1.3.6",
   "description": "Provides a combined manifest.json",
   "type": "module",
   "main": "src/index.js",