diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e7dca128d4c08f23555d69edddeb864e6ef2c6..030a08ab6233839afbf9e47d9d8ac53988ca8859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.0.2] - 2024-02-01 + +### Fixed + +- [`OXUIB-2698`](https://jira.open-xchange.com/browse/OXUIB-2698): SSRF/XSS: Prevent to cache resources from external origins [`e254e46`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/e254e461054e28a1f277074084760daf6f747635) + ## [2.0.1] - 2024-01-29 ### Added @@ -258,7 +264,7 @@ All notable changes to this project will be documented in this file. - Start changelog -[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.1...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.2...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 @@ -271,6 +277,7 @@ All notable changes to this project will be documented in this file. [1.1.236708]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.236707...1.1.236708 [1.1.236707]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.1.0...1.1.236707 +[2.0.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.1...2.0.2 [2.0.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/2.0.0...2.0.1 [2.0.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.8.0...2.0.0 [1.8.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.7.0...1.8.0 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index e8ec0ee954dba01b5dc0973d8acce60c238e6bfb..c427ce140e1742f078dc8d895bc477777ad27347 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.3 +version: 3.0.4 # This is the version number of the application being deployed. This version number should be # 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: "2.0.1" +appVersion: "2.0.2" dependencies: - name: ox-common version: ~1.0.33 diff --git a/package.json b/package.json index 8027f80dd41cb1f6fd55f094a29fa876b0f2f847..6c6ae69afd254e100c3f7f35b351323e3dd8719a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "2.0.1", + "version": "2.0.2", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js",