From 6e91edf14c8016221e69cf51533d5ab05ff66c6f Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Fri, 23 Aug 2024 14:09:03 +0200
Subject: [PATCH] Update CHANGELOG and increase version to 0.15.28

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index abe0ca58..2309e5e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## 0.15.28 - 2024-08-23
+
+* Fix a bug in the test that would randomly click the wrong button when
+  creating a new office document.
+
 ## 0.15.27 - 2024-08-21
 
 * Allow setting instance name via helm value.
diff --git a/Chart.yaml b/Chart.yaml
index 7e234369..7bb845b3 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -4,7 +4,7 @@ description: |
   A helm chart for installing NextCloud and setting up ONLYOFFICE integration
 name: nextcloud-onlyoffice
 appVersion: NC-29.0.4-OO-7.2.2.56
-version: 0.15.27
+version: 0.15.28
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab