diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b468a92..83a0314 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.1"} \ No newline at end of file +{".":"4.1.2"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1235599..800a85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.2](https://github.com/streamnative/terraform-aws-cloud/compare/v4.1.1...v4.1.2) (2024-12-12) + + +### Bug Fixes + +* restrict cluster iam role name prefix length ([#150](https://github.com/streamnative/terraform-aws-cloud/issues/150)) ([8c50e1f](https://github.com/streamnative/terraform-aws-cloud/commit/8c50e1fb9f4e971c924549db4226e1c106e81c27)) + ## [4.1.1](https://github.com/streamnative/terraform-aws-cloud/compare/v4.1.0...v4.1.1) (2024-11-27)