From bd040a31962e65abbac7f1710f417fb1b476fdda Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 7 Jul 2022 08:48:18 +0200
Subject: [PATCH] Release chart version 0.10.0

---
 CHANGELOG.md | 6 +++++-
 Chart.yaml   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84f5f49e..9a92e15a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,11 @@
+## [0.10.0] - 2022-07-07
+
+* Use cypress instead of taiko for e2e tests
+
 ## [0.8.0] - 2022-05-04
 
 * Made sure the chart can be installed twice into the same namespace
-  * **BREAKING**: You need to now specify the ONLYOFFICE database password under 
+  * **BREAKING**: You need to now specify the ONLYOFFICE database password under
     `global.onlyofficeDb.password`. If you have overriden other values from
     `onlyoffice.database`, they should also move to `global.onlyofficeDb`.
 
diff --git a/Chart.yaml b/Chart.yaml
index ef19f7e3..d9fedacc 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -3,7 +3,7 @@ apiVersion: v2
 description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
-version: 0.9.16
+version: 0.10.0
 appVersion: NC-23.0.3-OO-7.0.1.37
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
-- 
GitLab