diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebfc77..0bd59d5 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.28 (2024-06-24) + + +### Bug Fixes + +* argo diff on rollout ([c560465](https://codeberg.org/devthefuture/helm-charts/commit/c56046583e0ab17a61d21b0583a3a20242f4ba67)) + ## 0.0.27 (2024-06-23) diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index 7b075a5..69e05fc 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.27 +version: 0.0.28 diff --git a/package.json b/package.json index d1d15cf..72a1182 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.27", + "version": "0.0.28", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,