diff --git a/CHANGELOG.md b/CHANGELOG.md index 0374297..b934210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.0.24 (2023-12-18) + + +### Bug Fixes + +* default secret name ([b1d1364](https://codeberg.org/devthefuture/helm-charts/commit/b1d1364dea2fffae129fbad662fb49086b777bf7)) + ## 0.0.23 (2023-12-17) diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index 724a022..3a88f93 100644 --- a/charts/modjo-microservice/Chart.yaml +++ b/charts/modjo-microservice/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: modjo-microservice -version: 0.0.23 +version: 0.0.24 diff --git a/package.json b/package.json index a6d5a33..e35e62f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.23", + "version": "0.0.24", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,