From 18f0711f82b149e72da6901f4a66b7ba9bbd574c Mon Sep 17 00:00:00 2001 From: Richard Petersen <richard.petersen@open-xchange.com> Date: Wed, 4 May 2022 16:03:09 +0200 Subject: [PATCH] Release 1.3.1 --- 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 4cba41c..f66c959 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.1] - 2022-05-04 + +### Added + +- Add optional flag for redis configuration [`1eeca35`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/1eeca35683ba57301ba23c21d721e2b160d7f262) + ## [1.3.0] - 2022-05-04 ### Added @@ -48,7 +54,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.0...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.1...main +[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 [1.2.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236709...1.2.0 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index 65b9db4..5610bfb 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -21,7 +21,7 @@ version: 1.2.1 # 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.0" +appVersion: "1.3.1" dependencies: - name: ox-common version: 1.0.17 diff --git a/package.json b/package.json index 32b7a0b..8e00cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "1.3.0", + "version": "1.3.1", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js", -- GitLab