diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 16502c3..44b10ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.0.0"} +{".":"4.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa9481..c6dbbe1 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.1.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.0.0...v4.1.0) (2026-02-11) + + +### Features + +* upgrade node to 24 and update workflows (MAPCO-7224) ([#63](https://github.com/MapColonies/ingestion-trigger/issues/63)) ([aa85126](https://github.com/MapColonies/ingestion-trigger/commit/aa85126316108ba63db23774da706ecbdb71f30e)) + ## [4.0.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.0.0-alpha.6...v4.0.0) (2026-02-08) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 42c40d6..7fc129c 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.0.0 -appVersion: 4.0.0 +version: 4.1.0 +appVersion: 4.1.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 6b87a47..1b7b565 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.0.0 + version: 4.1.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 7813eea..f0d90c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.0.0", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.0.0", + "version": "4.1.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 4b41594..c184a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.0.0", + "version": "4.1.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": {