Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading