From d9ded7e05271202ec05538712adfe593a424f7fa Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 11 May 2026 12:50:05 +0300 Subject: [PATCH] chore(master): release 5.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d5573ce..affd1ab3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.1" + ".": "5.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b441d287..69050d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.1.0](https://github.com/MapColonies/catalog-app/compare/v5.0.1...v5.1.0) (2026-05-11) + + +### Features + +* add GetFeatureCollection progress ([#924](https://github.com/MapColonies/catalog-app/issues/924)) ([3ac5bb6](https://github.com/MapColonies/catalog-app/commit/3ac5bb62a0c781e803fb3ec8f81a20cd3e219bbd)) + + +### Bug Fixes + +* call job polling when resolution conflict is approved (MAPCO-10603) ([#928](https://github.com/MapColonies/catalog-app/issues/928)) ([72b3a7d](https://github.com/MapColonies/catalog-app/commit/72b3a7d63dd811cfa82307047a614a50ab633a37)) +* message when item not found in catalog ([#926](https://github.com/MapColonies/catalog-app/issues/926)) ([1384a51](https://github.com/MapColonies/catalog-app/commit/1384a51c15c0fb64c57bca6ef501e00c2ab05cf4)) + ## [5.0.1](https://github.com/MapColonies/catalog-app/compare/v5.0.0...v5.0.1) (2026-05-07) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c0cc82fe..74ef78f2 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Helm chart to deploy Catalog App name: catalog-app -version: 5.0.1 -appVersion: 5.0.1 +version: 5.1.0 +appVersion: 5.1.0 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 8b07a704..7a975de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "5.0.1", + "version": "5.1.0", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },