diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 44b10ef..63fd54e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.0"} +{".":"4.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c6dbbe1..485d2d6 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.1](https://github.com/MapColonies/ingestion-trigger/compare/v4.1.0...v4.1.1) (2026-02-11) + + +### Bug Fixes + +* dockerfile didnt include gdal ([#75](https://github.com/MapColonies/ingestion-trigger/issues/75)) ([82c5b06](https://github.com/MapColonies/ingestion-trigger/commit/82c5b062ae6d4ad9a52f1e8fdd300abfb7c499af)) + ## [4.1.0](https://github.com/MapColonies/ingestion-trigger/compare/v4.0.0...v4.1.0) (2026-02-11) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 7fc129c..3c39f31 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.0 -appVersion: 4.1.0 +version: 4.1.1 +appVersion: 4.1.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 1b7b565..1c5e044 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.0 + version: 4.1.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index f0d90c3..e538014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ingestion-trigger", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ingestion-trigger", - "version": "4.1.0", + "version": "4.1.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index c184a63..a2306a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingestion-trigger", - "version": "4.1.0", + "version": "4.1.1", "description": "Service that designed to validate and trigger ingestion of new layers from raw data and update existing layers", "main": "./src/index.ts", "scripts": {