From 7bff9617b5139545077a62d7171d31817312cf71 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 27 Jun 2024 15:26:23 +0200
Subject: [PATCH] Update CHANGELOG and increase version to 0.15.23

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3255894..c794bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 0.15.23 - 2024-06-27
+
+* When trying to open the newly created office document, sometimes it would
+  accidentally click the "recommendation" higher up in the page, which for some
+  reason doesn't open the file. Fix this by making the selector for the link
+  more specific so it avoids the recommendation and always clicks the link in the
+  main file listing.
+
 ## 0.15.22 - 2024-06-27
 
 * Keep app store disabled during setup script, to prevent apps from
diff --git a/Chart.yaml b/Chart.yaml
index ae798a1..bea4217 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-28.0.4-OO-7.2.2.56
-version: 0.15.23-recommendation
+version: 0.15.23
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab