diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f75b61f..3ec33b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/MapColonies/file-download-server/compare/v2.4.0...v2.5.0) (2026-04-27) + + +### Features + +* **helm:** update nginx volume mounts for downloads configuration ([#78](https://github.com/MapColonies/file-download-server/issues/78)) ([5802f71](https://github.com/MapColonies/file-download-server/commit/5802f71bface7395bdbfd239bc6955e7655c51e6)) + ## [2.4.0](https://github.com/MapColonies/file-download-server/compare/v2.3.0...v2.4.0) (2026-04-16) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8c1d380..8b890d9 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.4.0 -appVersion: 2.4.0 +version: 2.5.0 +appVersion: 2.5.0 dependencies: - name: nginx version: 2.1.5