diff --git a/.release-please-manifest.json b/.release-please-manifest.json index edb8827..6fa3b72 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.2"} +{".":"4.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d93eabf..0ba7a94 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. +## [4.2.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.1.2...v4.2.0) (2026-04-29) + + +### Features + +* add bypass validation errors endpoint (MAPCO-10408) ([#87](https://github.com/MapColonies/ingestion-trigger/issues/87)) ([f2bc2e1](https://github.com/MapColonies/ingestion-trigger/commit/f2bc2e160ea5de7ef66aa3d43506f8c65b599313)) + ## [4.1.2](https://github.com/MapColonies/ingestion-trigger/compare/v4.1.1...v4.1.2) (2026-03-17) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 13b83ef..067d592 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ingestion-trigger description: A Helm chart for ingestion-trigger service type: application -version: 4.1.2 -appVersion: 4.1.2 +version: 4.2.0 +appVersion: 4.2.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 57e3ea1..e4b9acd 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -4,7 +4,7 @@ info: description: >- Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers - version: 4.1.2 + version: 4.2.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 52cf2fa..a8e9f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.1.2", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.1.2", + "version": "4.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 9b27560..13e2671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.1.2", + "version": "4.2.0", "description": "Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers", "main": "./src/index.ts", "scripts": {