From 59517e0081fdbf40c46828bf594a86d9abd8d99e Mon Sep 17 00:00:00 2001 From: eyal rozen Date: Sun, 22 Feb 2026 18:24:29 +0200 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfce816..1b1f555 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. +## [1.5.0](https://github.com/MapColonies/Geocoding-Enrichment/compare/v1.4.0...v1.5.0) (2026-02-22) + + +### 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)) + ## [1.4.0](https://github.com/MapColonies/Geocoding-Enrichment/compare/v1.3.0...v1.4.0) (2026-01-11) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 3fa94af..5a05191 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: 0.1.0 -appVersion: 0.1.0 \ No newline at end of file +version: 1.5.0 +appVersion: 1.5.0 diff --git a/openapi3.yaml b/openapi3.yaml index 1322fb9..c745151 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.4.0 + version: 1.5.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index b69546d..4905403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geocoding-enrichment", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "geocoding-enrichment", - "version": "1.4.0", + "version": "1.5.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 5f3e1f8..41507a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geocoding-enrichment", - "version": "1.4.0", + "version": "1.5.0", "description": "This is template for map colonies typescript service", "main": "./src/index.ts", "scripts": {