diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..11ee94f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa4b9b..292a4ce 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. +## [2.2.1](https://github.com/MapColonies/config-server/compare/v2.2.0...v2.2.1) (2026-05-20) + + +### Helm Changes + +* fix ca ([#161](https://github.com/MapColonies/config-server/issues/161)) ([1f1f77f](https://github.com/MapColonies/config-server/commit/1f1f77f59879a50259bc77074491484fec34a960)) + ## [2.2.0](https://github.com/MapColonies/config-server/compare/v2.1.0...v2.2.0) (2026-03-24) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 833a38f..21063c2 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: config-server description: A Helm chart for config-server service type: application -version: 2.2.0 -appVersion: 2.2.0 +version: 2.2.1 +appVersion: 2.2.1 dependencies: - name: mclabels version: 1.0.1 diff --git a/openapi3.yaml b/openapi3.yaml index b87fd60..c43561b 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -7,7 +7,7 @@ info: description: >- This is a config server that provides the means to manage all the configurations - version: 2.2.0 + version: 2.2.1 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index 03080b1..b59a2fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "config-server", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "config-server", - "version": "2.2.0", + "version": "2.2.1", "license": "ISC", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.9.3", diff --git a/package.json b/package.json index d1a3407..0575491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "config-server", - "version": "2.2.0", + "version": "2.2.1", "description": "This is a api server that serves and modifies configuration", "main": "./src/index.ts", "scripts": {