From f88cf48aca70ad80fc8b84eeeec8d812b02d2c24 Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Wed, 9 Nov 2022 14:26:11 +0100
Subject: [PATCH] Update CHANGELOG and bump chart version

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e00e883..05eff933 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [0.15.3] - 2022-11-09
+
+* Do not fail cypress tests on uncaught javascript exception.
+
 ## [0.15.2] - 2022-10-27
 
 * Allow quotes in commit message for cypress.
diff --git a/Chart.yaml b/Chart.yaml
index cf187b4e..479db228 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-24.0.5-OO-7.2.0.204
-version: 0.15.3
+version: 0.15.4
 icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
 dependencies:
   # https://artifacthub.io/packages/helm/nextcloud/nextcloud
-- 
GitLab