From 25e292037ce7b335e52534c9e7f3d5ab03f0a3bd Mon Sep 17 00:00:00 2001 From: Angel Abad Date: Sun, 17 Sep 2023 11:20:17 +0200 Subject: [PATCH] Release v0.5.2 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a419bf3..9c7f4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ + +## [0.5.2](https://github.com/angelabad/terraform-aws-msk-cluster/compare/v0.5.1...0.5.2) (2023-09-17) + +### Bug Fixes + +* Use new format for required providers +* Add client_authentication_unauthenticated_enabled to simple example +* Use square brackets for item access +* Resolve recreation of provisioned volume throughput + +### Features + +* Add new output for cluster_name + + ## [v0.5.1](https://github.com/angelabad/terraform-aws-msk-cluster/compare/v0.5.0...v0.5.1) (2023-05-20)