From 7ab97807e047c715ae9be8c94b54e6291efde198 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:34:32 +0300 Subject: [PATCH] chore(master): release 6.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97e819d3..8af2c7b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.3" + ".": "6.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c69b47..440c6e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.1.4](https://github.com/MapColonies/catalog-app/compare/v6.1.3...v6.1.4) (2026-06-10) + + +### Bug Fixes + +* approve enabled for inprogress job ( MAPCO-10794 ) ([#990](https://github.com/MapColonies/catalog-app/issues/990)) ([585e04a](https://github.com/MapColonies/catalog-app/commit/585e04a798a750d148863fa8f35ec2fcf1a8cc0c)) + ## [6.1.3](https://github.com/MapColonies/catalog-app/compare/v6.1.2...v6.1.3) (2026-06-09) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index a05cb669..87859e1d 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: 6.1.3 -appVersion: 6.1.3 +version: 6.1.4 +appVersion: 6.1.4 dependencies: - name: helm-common version: 1.0.1 diff --git a/package.json b/package.json index 2203255e..5ae6fbdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "catalog-app", - "version": "6.1.3", + "version": "6.1.4", "bugs": { "url": "https://github.com/MapColonies/catalog-app/issues" },