From 6e4066f6f1e27ccd35eab143878155615a764740 Mon Sep 17 00:00:00 2001
From: David Bauer <david.bauer@open-xchange.com>
Date: Wed, 15 Jun 2022 09:24:28 +0200
Subject: [PATCH] Release 1.3.5

---
 CHANGELOG.md                       | 23 ++++++++++++++++++++---
 helm/core-ui-middleware/Chart.yaml |  2 +-
 package.json                       |  2 +-
 3 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b80e442..581f2f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
 
+## [1.3.5] - 2022-06-15
+
+### Fixed
+
+- Release toolchain
+
 ## [1.3.4] - 2022-05-30
 
 ### Added
@@ -11,7 +17,7 @@ All notable changes to this project will be documented in this file.
 
 ### Fixed
 
-- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) memory spikes immediatly after startup [`43b4dd6`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/43b4dd6a6d3964123cff02bf7c55755fa3f9e058) [`c9d89ba`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c9d89ba0c41c9e927b9e543b042e1fe4f93489ff) [`90e3c32`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/90e3c325e52b274273e8d8eba57b3947453c9a1b)
+- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) memory spikes immediately after startup [`43b4dd6`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/43b4dd6a6d3964123cff02bf7c55755fa3f9e058) [`c9d89ba`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c9d89ba0c41c9e927b9e543b042e1fe4f93489ff) [`90e3c32`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/90e3c325e52b274273e8d8eba57b3947453c9a1b)
 
 ## [1.3.3] - 2022-05-10
 
@@ -50,33 +56,44 @@ All notable changes to this project will be documented in this file.
 ## [1.2.0] - 2022-03-28
 
 ### Changed
+
 - Improve version detection
 
 ### Fixed
+
 - /ready might trigger warmup multiple times
 
 ## [1.1.236709] - 2022-03-03
+
 ### Fixed
+
 - OXUIB-1397 - Parent or opener do not reference opening window
 
 ## [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
 - version hash in scaled environments
 - OXUIB-1380 - UI forever (enough) broken after update
+
 ### Added
+
 - redirect endpoint for login redirects
+
 ## [1.1.236707] - 2022-02-10
+
 - Add release workflow
 
 ## [1.1.236706]
 
 ### Added
-- Start changelog
 
+- Start changelog
 
-[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.4...main
+[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.5...main
+[1.3.5]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.5
 [1.3.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.4
 [1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3
 [1.3.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.1...1.3.2
diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml
index 0453d4a..eeb4be4 100644
--- a/helm/core-ui-middleware/Chart.yaml
+++ b/helm/core-ui-middleware/Chart.yaml
@@ -21,7 +21,7 @@ version: 1.2.5
 # 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.4"
+appVersion: "1.3.5"
 dependencies:
   - name: ox-common
     version: 1.0.17
diff --git a/package.json b/package.json
index 498a469..3f721b2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@open-xchange/ui-middleware",
-  "version": "1.3.4",
+  "version": "1.3.5",
   "description": "Provides a combined manifest.json",
   "type": "module",
   "main": "src/index.js",
-- 
GitLab