diff --git a/.changeset/chilled-rings-film.md b/.changeset/chilled-rings-film.md deleted file mode 100644 index 72c88f2..0000000 --- a/.changeset/chilled-rings-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openproject/helm-charts": patch ---- - -Allow to disable object storage signature v4 streaming diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1adcc..14c2a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @openproject/helm-charts +## 5.1.1 + +### Patch Changes + +- 4ab3601: Allow to disable object storage signature v4 streaming + ## 5.1.0 ### Minor Changes diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index 053c4c4..9db1fc8 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: '13' -version: 5.1.0 +version: 5.1.1 maintainers: - name: OpenProject url: https://github.com/opf/helm-charts diff --git a/package.json b/package.json index 298a20f..4f83c91 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@openproject/helm-charts", "private": true, "author": "OpenProject GmbH", - "version": "5.1.0", + "version": "5.1.1", "license": "", "scripts": { "changeset:version": "./node_modules/.bin/changeset version && script/version"