diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ce32d..4228ef2 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.20 (2023-12-17) + + +### Bug Fixes + +* consistency .Values.rollout.enabled ([a31d897](https://codeberg.org/devthefuture/helm-charts/commit/a31d897ce56d24feaee0f72ca4e88749277e747b)) + ## 0.0.19 (2023-12-17) diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index 162377f..b7b7a61 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.19 +version: 0.0.20 diff --git a/package.json b/package.json index 05b1e20..e453310 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.19", + "version": "0.0.20", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,