diff --git a/CHANGELOG.md b/CHANGELOG.md index 480d007..7ae7b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.2.1) (2026-02-26) + + +### 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)) + + +### Bug Fixes + +* add json parse to read as array ([#15](https://github.com/MapColonies/feedback-api/issues/15)) ([287c14c](https://github.com/MapColonies/feedback-api/commit/287c14c51bc4cde333dbe03f8251ab238a4ff70f)) + ## [0.2.0](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.2.0) (2026-02-24) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 22c0b3b..68fd20a 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.2.0 -appVersion: 0.2.0 +version: 0.2.1 +appVersion: 0.2.1 dependencies: - name: common repository: oci://acrarolibotnonprod.azurecr.io/helm diff --git a/openapi3.yaml b/openapi3.yaml index 0358e07..9deed57 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.2.0 + version: 0.2.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 299449b..e1baa6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "feedback-api", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "feedback-api", - "version": "0.2.0", + "version": "0.2.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f332a9d..ee31ab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "feedback-api", - "version": "0.2.0", + "version": "0.2.1", "description": "Feedback-api service for MapColonies", "main": "./src/index.ts", "scripts": {