Skip to content

Commit d093db1

Browse files
committed
chore(release): 0.2.1
1 parent 287c14c commit d093db1

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.2.1](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.2.1) (2026-02-26)
6+
7+
8+
### Features
9+
10+
* add sasl login to kafka ([#12](https://github.com/MapColonies/feedback-api/issues/12)) ([30249c6](https://github.com/MapColonies/feedback-api/commit/30249c659079f13b3ca9d8a3b7ae0aebd7e5a8e4))
11+
* redis prefix and user validation ([#10](https://github.com/MapColonies/feedback-api/issues/10)) ([3b1b9d3](https://github.com/MapColonies/feedback-api/commit/3b1b9d37822b144d4e0084bdd8cb3be743055b96))
12+
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
518
## [0.2.0](https://github.com/MapColonies/feedback-api/compare/v0.1.8...v0.2.0) (2026-02-24)
619

720

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: feedback-api
33
description: A Helm chart for feedback-api service
44
type: application
5-
version: 0.2.0
6-
appVersion: 0.2.0
5+
version: 0.2.1
6+
appVersion: 0.2.1
77
dependencies:
88
- name: common
99
repository: oci://acrarolibotnonprod.azurecr.io/helm

openapi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.1
22
info:
33
title: feedback api
44
description: Api to eventually do BI on the data from responses from Geocoding.
5-
version: 0.2.0
5+
version: 0.2.1
66
license:
77
name: MIT
88
url: https://opensource.org/licenses/MIT

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedback-api",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Feedback-api service for MapColonies",
55
"main": "./src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)