diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69f517e..0d1eccc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "charts/platform": "0.1.0" + "charts/platform": "0.2.0" } diff --git a/charts/platform/CHANGELOG.md b/charts/platform/CHANGELOG.md new file mode 100644 index 0000000..b973f48 --- /dev/null +++ b/charts/platform/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/opentdf/charts/compare/platform-v0.1.0...platform-v0.2.0) (2024-04-26) + + +### Features + +* initial platform helm chart setup ([#1](https://github.com/opentdf/charts/issues/1)) ([a3eba3f](https://github.com/opentdf/charts/commit/a3eba3fa508a7d0c7b39aa0845c997bbefa3b608))