diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d58db..0b2cad0 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. +### [2.20.3](https://github.com/MapColonies/exporter-trigger/compare/v2.20.2...v2.20.3) (2024-12-05) + + +### Bug Fixes + +* return jobStatus and not taskStatus(MAPCO-5662) ([#101](https://github.com/MapColonies/exporter-trigger/issues/101)) ([224d9d4](https://github.com/MapColonies/exporter-trigger/commit/224d9d4e9e6064ee33cce5d070dbba18b5b14545)) + ### [2.20.2](https://github.com/MapColonies/exporter-trigger/compare/v2.20.1...v2.20.2) (2024-11-18) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index bcd875e..b3b40fe 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: exporter-trigger description: A Helm chart for exporter-trigger service type: application -version: 2.20.2 -appVersion: 2.20.2 +version: 2.20.3 +appVersion: 2.20.3 diff --git a/openapi3.yaml b/openapi3.yaml index 91ecd6c..801ae8d 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: exporter-trigger description: Service that responsible for activating the export geopackage process - version: 2.20.2 + version: 2.20.3 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index c98b601..2943bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exporter-trigger", - "version": "2.20.2", + "version": "2.20.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exporter-trigger", - "version": "2.20.2", + "version": "2.20.3", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index eb51c9e..49ea7ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exporter-trigger", - "version": "2.20.2", + "version": "2.20.3", "description": "Exporter Trigger Service", "main": "./src/index.ts", "scripts": {