diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48fbed9..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac64ac7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.2.0](https://github.com/MapColonies/file-download-server/compare/v2.1.1...v2.2.0) (2026-02-16) + + +### Features + +* add dependabot configuration and update CI workflows (MAPCO-9842) ([#63](https://github.com/MapColonies/file-download-server/issues/63)) ([b63b291](https://github.com/MapColonies/file-download-server/commit/b63b29191cf33b23b7c3308cca7f9f0892108549)) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 332e972..c8777e7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: files-server description: A Helm chart for files-server type: application -version: 2.1.1 -appVersion: 2.1.1 +version: 2.2.0 +appVersion: 2.2.0 dependencies: - name: nginx version: 1.3.0