From 13045455f8a8746e25842e1aa0901b07446e38ac Mon Sep 17 00:00:00 2001
From: Richard Petersen <richard.petersen@open-xchange.com>
Date: Thu, 5 May 2022 11:51:11 +0200
Subject: [PATCH] Release 1.3.2

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f66c959..aa9a0e1 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.2] - 2022-05-05
+
+### Fixed
+
+- [`OXUIB-1621`)`](https://jira.open-xchange.com/browse/OXUIB-1621) /meta does not work with disabled redis [`0131ccb`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/0131ccb563d06ccfc91574b0d8eedd866fac98f0)
+
 ## [1.3.1] - 2022-05-04
 
 ### Added
@@ -54,7 +60,8 @@ 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.3.1...main
+[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...main
+[1.3.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.1...1.3.2
 [1.3.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.0...1.3.1
 [1.3.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.1...1.3.0
 [1.2.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.2.0...1.2.1
diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml
index e020c05..7581e76 100644
--- a/helm/core-ui-middleware/Chart.yaml
+++ b/helm/core-ui-middleware/Chart.yaml
@@ -21,7 +21,7 @@ version: 1.2.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.3.1"
+appVersion: "1.3.2"
 dependencies:
   - name: ox-common
     version: 1.0.17
diff --git a/package.json b/package.json
index 6d5389a..f64d7fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@open-xchange/ui-middleware",
-  "version": "1.3.1",
+  "version": "1.3.2",
   "description": "Provides a combined manifest.json",
   "type": "module",
   "main": "src/index.js",
-- 
GitLab