diff --git a/.changeset/14-6-1_patch.md b/.changeset/14-6-1_patch.md deleted file mode 100644 index f9797a3..0000000 --- a/.changeset/14-6-1_patch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/helm-charts": patch ---- - -Upgrade OpenProject core version to 14.6.1 (patch update) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112212a..d9cdea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @openproject/helm-charts +## 8.1.1 + +### Patch Changes + +- a17c6a8: Upgrade OpenProject core version to 14.6.1 (patch update) + ## 8.1.0 ### Minor Changes diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index f5c9f77..aae6fdb 100644 --- a/charts/openproject/Chart.yaml +++ b/charts/openproject/Chart.yaml @@ -6,7 +6,7 @@ home: https://www.openproject.org/ icon: https://charts.openproject.org/logo.svg type: application appVersion: 14.6.1 -version: 8.1.0 +version: 8.1.1 maintainers: - name: OpenProject url: https://github.com/opf/helm-charts diff --git a/package.json b/package.json index c19f231..f262a89 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openproject/helm-charts", "private": true, "author": "OpenProject GmbH", - "version": "8.1.0", + "version": "8.1.1", "license": "", "scripts": { "changeset:version": "./node_modules/.bin/changeset version && script/version"