diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6fa3b72..21ef553 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.0"} +{".":"4.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bf40ac4..abc7893 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.3.0](https://github.com/MapColonies/osm-sync-tracker/compare/v4.2.0...v4.3.0) (2026-04-05) + + +### Features + +* **changeset:** get changeset by id endpoint ([#76](https://github.com/MapColonies/osm-sync-tracker/issues/76)) ([7c46873](https://github.com/MapColonies/osm-sync-tracker/commit/7c468739724ee6a7195c2ae629dc94e79e9d3c8b)) + ## [4.2.0](https://github.com/MapColonies/osm-sync-tracker/compare/v4.1.1...v4.2.0) (2026-01-27) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 63bb820..42a5078 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: osm-sync-tracker description: A helm chart for osm-sync-tracker type: application -version: 4.2.0 -appVersion: 4.2.0 +version: 4.3.0 +appVersion: 4.3.0 diff --git a/openapi3.yaml b/openapi3.yaml index c2e3237..496d838 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -5,7 +5,7 @@ info: license: name: MIT url: https://opensource.org/license/mit/ - version: 4.2.0 + version: 4.3.0 tags: - name: sync description: Manage synchronization cycles and their lifecycle diff --git a/package-lock.json b/package-lock.json index c4c1fe1..c0d62de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "osm-sync-tracker", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "osm-sync-tracker", - "version": "4.2.0", + "version": "4.3.0", "license": "ISC", "dependencies": { "@bull-board/api": "^6.6.2", diff --git a/package.json b/package.json index b08be86..4ece6dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "osm-sync-tracker", - "version": "4.2.0", + "version": "4.3.0", "description": "Api to update on the progress of a cycle of entities sync", "main": "./src/index.ts", "scripts": {