From 3ca324e9bb2f4cfa7612bc10b2e83579275d63e7 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Sun, 8 Feb 2026 15:02:40 +0200 Subject: [PATCH] chore(master): release 1.9.2 --- .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 2b6f978..00cbbb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.1" + ".": "1.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8ec5a..a3f5e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.2](https://github.com/MapColonies/docker-mapproxy/compare/v1.9.1...v1.9.2) (2026-02-08) + + +### Bug Fixes + +* parse_qs import path for python3 ([#83](https://github.com/MapColonies/docker-mapproxy/issues/83)) ([57c042e](https://github.com/MapColonies/docker-mapproxy/commit/57c042e0a64f60b7767b161721b62a5c01a255b0)) + ## [1.9.1](https://github.com/MapColonies/docker-mapproxy/compare/v1.9.0...v1.9.1) (2026-01-29) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2a59404..9020c85 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mapproxy description: A Helm chart for mapproxy service type: application -version: 1.9.1 -appVersion: 1.9.1 +version: 1.9.2 +appVersion: 1.9.2 dependencies: - name: nginx version: 1.3.0