diff --git a/CHANGELOG.md b/CHANGELOG.md index 7668823..480d007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [0.2.0](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.2.0) (2026-02-24) + + +### Features + +* add sasl login to kafka ([#12](https://github.com/MapColonies/feedback-api/issues/12)) ([30249c6](https://github.com/MapColonies/feedback-api/commit/30249c659079f13b3ca9d8a3b7ae0aebd7e5a8e4)) +* redis prefix and user validation ([#10](https://github.com/MapColonies/feedback-api/issues/10)) ([3b1b9d3](https://github.com/MapColonies/feedback-api/commit/3b1b9d37822b144d4e0084bdd8cb3be743055b96)) + ### [0.1.9](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.1.9) (2026-01-18) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 423988d..22c0b3b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: feedback-api description: A Helm chart for feedback-api service type: application -version: 0.1.9 -appVersion: 0.1.9 +version: 0.2.0 +appVersion: 0.2.0 dependencies: - name: common repository: oci://acrarolibotnonprod.azurecr.io/helm diff --git a/openapi3.yaml b/openapi3.yaml index 1789ece..0358e07 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: feedback api description: Api to eventually do BI on the data from responses from Geocoding. - version: 0.1.9 + version: 0.2.0 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 0b5adb1..299449b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "feedback-api", - "version": "0.1.9", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "feedback-api", - "version": "0.1.9", + "version": "0.2.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f85adac..f332a9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedback-api", - "version": "0.1.9", + "version": "0.2.0", "description": "Feedback-api service for MapColonies", "main": "./src/index.ts", "scripts": {