From 2290258432fb6472641c62501e3cc3265d3e4b53 Mon Sep 17 00:00:00 2001 From: Angel Abad Date: Mon, 25 Jul 2022 22:26:51 +0200 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d397de5..1433c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ + +## [v0.5.0](https://github.com/angelabad/terraform-aws-msk-cluster/compare/v0.4.2...v0.5.0) (2022-07-25) + +### Features + +* Update examples code +* New resources for client_authentication: unauthenticated, iam, scram, tls +* Add ebs provisioned throughput and use new storage_info argument. +* Require aws provider >= 4.16 + + ## [v0.4.2](https://github.com/angelabad/terraform-aws-msk-cluster/compare/v0.4.1...v0.4.2) (2021-10-03)