diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f22970d..12aec7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,2 +1,2 @@ -{".":"0.3.0"} +{".":"0.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b8aaa5f..4df5bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/syntasso/kratix-cli/compare/v0.3.0...v0.4.0) (2025-01-10) + + +### Features + +* add support for boolean types ([63244bf](https://github.com/syntasso/kratix-cli/commit/63244bf40109c6070e99af418d0afc2c017e5bea)) + + +### Bug Fixes + +* improve help of update api subcommand ([42d6c46](https://github.com/syntasso/kratix-cli/commit/42d6c46d4da441c83801000b1e004e162049f658)) + ## [0.3.0](https://github.com/syntasso/kratix-cli/compare/v0.2.1...v0.3.0) (2024-12-19)