From 8ea5e6073f8aa538938da4263f6d9362546888c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maik=20Scha=CC=88fer?= <maik.schaefer@open-xchange.com>
Date: Thu, 6 Apr 2023 16:13:40 +0200
Subject: [PATCH] Release 1.8.0 (Helm chart: 1.6.0)

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca91932..c94ed7e 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.8.0] - 2023-04-06
+
+### Added
+
+- Webmanifest (pwa.json) endpoint [`eaaf802`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/eaaf8021ef65ec2f43a3483b6c617f99743b5308)
+
 ## [1.7.0] - 2023-02-10
 
 ### Added
@@ -202,7 +208,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/1.7.0...main
+[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.8.0...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
@@ -215,6 +221,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
 
+[1.8.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.7.0...1.8.0
 [1.7.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.6.0...1.7.0
 [1.6.0]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.5.1...1.6.0
 [1.5.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.5.0...1.5.1
diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml
index b17125f..503e899 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: 1.5.2
+version: 1.6.0
 
 # 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: "1.7.0"
+appVersion: "1.8.0"
 dependencies:
   - name: ox-common
     version: ~1.0.33
diff --git a/package.json b/package.json
index 46ec791..7573eb9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@open-xchange/ui-middleware",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "description": "Provides a combined manifest.json",
   "type": "module",
   "main": "src/index.js",
-- 
GitLab