diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd59d5..2ecb0e3 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.29 (2024-06-29) + + +### Features + +* maildev ([7a607b9](https://codeberg.org/devthefuture/helm-charts/commit/7a607b95f2686933c4c70de9ad0e4dcb67e7c761)) + ## 0.0.28 (2024-06-24) diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index 726e37a..1fb64ce 100644 --- a/charts/maildev/Chart.yaml +++ b/charts/maildev/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: A Helm chart for maildev name: maildev -version: 0.0.28 +version: 0.0.29 diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index 69e05fc..2e7e681 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.28 +version: 0.0.29 diff --git a/package.json b/package.json index 72a1182..9370b44 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.28", + "version": "0.0.29", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,