From 9e63f5058097a31fb8f0aac798380759071bf28c Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 24 Feb 2022 11:16:21 +0100
Subject: [PATCH] Bump to 0.7.1

---
 CHANGELOG.md | 4 ++++
 Chart.yaml   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 485ac34d..352f311e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [0.7.1] - 2022-02-24
+
+Bumping to tag proper version of the postgres/mariadb switch.
+
 ## [0.7.0] - 2022-02-22
 
 * Replace ONLYOFFICE's postgresql database by mariadb. When upgrading, please
diff --git a/Chart.yaml b/Chart.yaml
index 6de30489..d779c40c 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.7.0
+version: 0.7.1
 appVersion: NC-20.0.11-OO-6.2.2.21
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
-- 
GitLab