diff --git a/.release-please-manifest.json b/.release-please-manifest.json index affd1ab..b5e9157 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0" + ".": "5.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d8c87e..8c4204a 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.0](https://github.com/MapColonies/job-tracker/compare/v5.1.0...v5.2.0) (2026-06-21) + + +### Features + +* boilerplate and dependencies maintenance (MAPCO-10114) ([#63](https://github.com/MapColonies/job-tracker/issues/63)) ([b7df3f6](https://github.com/MapColonies/job-tracker/commit/b7df3f65043363d84da2005e13107fa3ca969b5f)) + ## [5.1.0](https://github.com/MapColonies/job-tracker/compare/v5.0.0...v5.1.0) (2026-05-18) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 60eb0ca..48cde0d 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.1.0 -appVersion: 5.1.0 +version: 5.2.0 +appVersion: 5.2.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index ea6786f..2cded55 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.1.0 + version: 5.2.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index a5cf015..6a25788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "job-tracker", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "job-tracker", - "version": "5.1.0", + "version": "5.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f152100..c1f43af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "job-tracker", - "version": "5.1.0", + "version": "5.2.0", "description": "This is a service that exposes a dedicated API for jobs and tasks states tracking", "main": "./src/index.ts", "scripts": {