diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc7e85..eb54413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.8.1](https://github.com/nestoca/joy-generator/compare/v0.8.0...v0.8.1) (2024-06-04) + + +### Bug Fixes + +* **deps:** update module github.com/nestoca/joy to v0.54.5 ([21c25b6](https://github.com/nestoca/joy-generator/commit/21c25b6acdb479f0b74dbf63d2529bbc169ce086)) + + + # [0.8.0](https://github.com/nestoca/joy-generator/compare/v0.7.0...v0.8.0) (2024-05-24) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index adba4d3..4ff47d2 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -13,9 +13,9 @@ 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.8.0 +version: 0.8.1 # 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.8.0" +appVersion: "0.8.1"