diff --git a/CHANGELOG.md b/CHANGELOG.md index 5144c05934f..64bb2737ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 5.83.0 (Unreleased) +## 5.82.2 (Unreleased) + +BUG FIXES: + +* data-source/aws_lb_listener: Add `mutual_authentication.advertise_trust_store_ca_names` attribute. This fixes a regression introduced in [v5.82.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5820-december-19-2024) causing `setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"}` errors ([#40658](https://github.com/hashicorp/terraform-provider-aws/issues/40658)) + ## 5.82.1 (December 19, 2024) ENHANCEMENTS: