diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90e0848..e6c4894 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.11.2", + ".": "0.11.3", "stages/helm-promise": "0.3.1", "stages/terraform-module-promise": "0.3.1", "stages/crossplane-promise": "0.2.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aca185..6ecec5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.3](https://github.com/syntasso/kratix-cli/compare/v0.11.2...v0.11.3) (2025-12-16) + + +### Chores + +* **main:** release terraform-module-promise 0.3.1 ([#175](https://github.com/syntasso/kratix-cli/issues/175)) ([ed88957](https://github.com/syntasso/kratix-cli/commit/ed8895796a6c0106329238a4aa650bcffc40abc6)) + ## [0.11.2](https://github.com/syntasso/kratix-cli/compare/v0.11.1...v0.11.2) (2025-12-15)