diff --git a/CHANGELOG.md b/CHANGELOG.md index f66c959bcb67dff1609eca6fd77850ac6ce7f880..aa9a0e1988d766b31a2933edae863eadaed1eba1 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 e020c0585dca4b00af6f2cef68c345ed9e53f114..7581e76e25a1c9485a6cc0ae910f2802e0c1798e 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 6d5389a5d6a66ad169fe599b26f56ad7f1da1688..f64d7fcaff3ac1caaded4096db092a29d275a687 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",