diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5e9157..684bdbe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4204a..039dfaf 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. +## [5.2.1](https://github.com/MapColonies/job-tracker/compare/v5.2.0...v5.2.1) (2026-07-15) + + +### Bug Fixes + +* ignore task notifications for aborted/expired jobs(MAPCO-11121) ([#70](https://github.com/MapColonies/job-tracker/issues/70)) ([73deff5](https://github.com/MapColonies/job-tracker/commit/73deff51ebdac0e1d6bb543dd38e918200048562)) + ## [5.2.0](https://github.com/MapColonies/job-tracker/compare/v5.1.0...v5.2.0) (2026-06-21) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 48cde0d..72de365 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: job-tracker description: A Helm chart for job-tracker service type: application -version: 5.2.0 -appVersion: 5.2.0 +version: 5.2.1 +appVersion: 5.2.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 2cded55..b71d9d3 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: job-tracker description: A service that exposes a dedicated API for jobs and tasks states tracking - version: 5.2.0 + version: 5.2.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 30846c2..fca1ba0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "job-tracker", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "job-tracker", - "version": "5.2.0", + "version": "5.2.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index c1f43af..4db2aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "job-tracker", - "version": "5.2.0", + "version": "5.2.1", "description": "This is a service that exposes a dedicated API for jobs and tasks states tracking", "main": "./src/index.ts", "scripts": {