diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1f555..b9fa921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +### [1.5.1](https://github.com/MapColonies/Geocoding-Enrichment/compare/v1.4.0...v1.5.1) (2026-02-25) + + +### Features + +* add sasl login setting to kafka ([#15](https://github.com/MapColonies/Geocoding-Enrichment/issues/15)) ([974f2b4](https://github.com/MapColonies/Geocoding-Enrichment/commit/974f2b400ef60eafa53c3c0f515133bb486ecdc6)) + + +### Bug Fixes + +* remove non default values from default config ([#17](https://github.com/MapColonies/Geocoding-Enrichment/issues/17)) ([8ebdb60](https://github.com/MapColonies/Geocoding-Enrichment/commit/8ebdb60cc50c444abc7f0ffbee2654adff3c85c1)) + ## [1.5.0](https://github.com/MapColonies/Geocoding-Enrichment/compare/v1.4.0...v1.5.0) (2026-02-22) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 5a05191..d231d04 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: geocoding-enrichment description: A Helm chart for geocoding-enrichment service type: application -version: 1.5.0 -appVersion: 1.5.0 +version: 1.5.1 +appVersion: 1.5.1 diff --git a/openapi3.yaml b/openapi3.yaml index c745151..ec64e39 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Geocoding Enrichment description: Enriches the data that comes back from a geocoding response - version: 1.5.0 + version: 1.5.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 6597d80..c9e23da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geocoding-enrichment", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "geocoding-enrichment", - "version": "1.5.0", + "version": "1.5.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 41507a1..357f16f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geocoding-enrichment", - "version": "1.5.0", + "version": "1.5.1", "description": "This is template for map colonies typescript service", "main": "./src/index.ts", "scripts": {