diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..cda9cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7e284..cd61a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.2](https://github.com/jimeh/dotkatapult/compare/v0.1.1...v0.1.2) (2022-11-14) + + +### Features + +* **helm:** add kubernetes helm chart ([51acb32](https://github.com/jimeh/dotkatapult/commit/51acb32c8aa37d6fa4c6ca09cd5e1ae555c82930)) + + +### Bug Fixes + +* **build:** ensure release-please updates chart version ([7171838](https://github.com/jimeh/dotkatapult/commit/71718384fe29f8096d5becaa232e8b138032a2f5)) + ## [0.1.1](https://github.com/jimeh/dotkatapult/compare/v0.1.0...v0.1.1) (2022-11-14) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index eb80ad2..b58c289 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 # x-release-please-version +version: 0.1.2 # x-release-please-version # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.1.1 # x-release-please-version +appVersion: 0.1.2 # x-release-please-version