diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f838dc..9cf2a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3 (2023-12-16) + ## 0.0.2 (2023-12-16) ## 0.0.1 (2023-12-16) diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index db9c2b2..d509130 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.2 +version: 0.0.3 diff --git a/package.json b/package.json index 320e1b8..c0f4ce3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,