From 0fc012120a31a253c707da0d41bcfe33486fc635 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:54:00 +0200 Subject: [PATCH] chore(master): release 2.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac64ac7..2b1db29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/MapColonies/file-download-server/compare/v2.2.0...v2.2.1) (2026-02-16) + + +### Bug Fixes + +* add token to build workflow for private actions access (MAPCO-9842) ([#67](https://github.com/MapColonies/file-download-server/issues/67)) ([d9f34b9](https://github.com/MapColonies/file-download-server/commit/d9f34b96004a47362932a0dfa2768155e18fe5d0)) + ## [2.2.0](https://github.com/MapColonies/file-download-server/compare/v2.1.1...v2.2.0) (2026-02-16) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c8777e7..12185ee 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.2.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 dependencies: - name: nginx version: 1.3.0