diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b62a3f4..256a548 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0"} \ No newline at end of file +{".":"2.2.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cf178..2e1ba51 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.2.0](https://github.com/MapColonies/geocoding/compare/v2.1.0...v2.2.0) (2026-01-05) + + +### Features + +* updated schema ([#89](https://github.com/MapColonies/geocoding/issues/89)) ([3f2f388](https://github.com/MapColonies/geocoding/commit/3f2f3883211c30e0acf92014eaf2e827ec95407a)) + ## [2.1.0](https://github.com/MapColonies/geocoding/compare/v2.0.0...v2.1.0) (2025-12-25) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d7df9ee..6ea4a53 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ts-server-boilerplate description: A Helm chart for ts-server-boilerplate service type: application -version: 2.1.0 -appVersion: 2.1.0 +version: 2.2.0 +appVersion: 2.2.0 dependencies: - name: common repository: oci://acrarolibotnonprod.azurecr.io/helm diff --git a/openapi3.yaml b/openapi3.yaml index ce4f267..21969dc 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 2.1.0 + version: 2.2.0 title: Geocoding description: >- MapColonies Vector Geocoding api provides custom geodata search engine diff --git a/package-lock.json b/package-lock.json index 55fb8fc..703c5e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geocoding", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "geocoding", - "version": "2.1.0", + "version": "2.2.0", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.637.0", diff --git a/package.json b/package.json index 39376a6..5526593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geocoding", - "version": "2.1.0", + "version": "2.2.0", "description": "Geocoding service for MapColonies", "main": "./src/index.ts", "scripts": {