diff --git a/CHANGELOG.md b/CHANGELOG.md index d82c180..b5d97b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.9](https://github.com/nestoca/joy-generator/compare/v0.5.8...v0.5.9) (2024-04-22) + + +### Bug Fixes + +* **PL-2654:** stop logging context canceled on shutdown to stderr ([219295c](https://github.com/nestoca/joy-generator/commit/219295c3b513da4422357462fbabd3fef7b91a80)) + + + ## [0.5.8](https://github.com/nestoca/joy-generator/compare/v0.5.7...v0.5.8) (2024-04-10) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7534865..af8648a 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.5.8 +version: 0.5.9 # 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.5.8" +appVersion: "0.5.9"