From 58ae60804847ebc2430193b6c7342a93389b9d58 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:21:41 +0300 Subject: [PATCH] chore(master): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472..49a1c07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a1ced..c0d0687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/MapColonies/vector-standard/compare/v1.1.0...v1.2.0) (2026-08-10) + + +### Features + +* add type map and enrichment traces (MAPCO-11340) ([#24](https://github.com/MapColonies/vector-standard/issues/24)) ([9cc377b](https://github.com/MapColonies/vector-standard/commit/9cc377b4338ce849200cc89509985dc6c6bd3b58)) + ## [1.1.0](https://github.com/MapColonies/vector-standard/compare/v1.0.1...v1.1.0) (2026-08-02) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 352065c..f7fa8f2 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: vector-standard description: Umbrella Helm chart for Vector Standard services (API and Synchronizer) type: application -version: 1.1.0 -appVersion: 1.1.0 +version: 1.2.0 +appVersion: 1.2.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index 916753e..f38a4b6 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -4,7 +4,7 @@ info: description: > API for retrieving geographic layer specifications. Layers expose a set of properties; `enum`-typed properties also carry their list of allowed values. - version: 1.1.0 + version: 1.2.0 license: name: Proprietary url: https://example.com/licenses/proprietary diff --git a/package-lock.json b/package-lock.json index db6d581..95a8e82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vector-standard", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vector-standard", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index de0ff7d..67e5b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vector-standard", - "version": "1.1.0", + "version": "1.2.0", "scripts": { "build": "npx lerna run build", "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"