From 94bc329dc25c84b69a359b69207fa29d51a494c8 Mon Sep 17 00:00:00 2001 From: Garfield Freeman Date: Wed, 22 Jun 2022 10:49:31 -0700 Subject: [PATCH] updating changelog for v1.10.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09358d5..e71dae5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ +## 1.10.3 (June 22, 2022) + +FIXES: + +* `panos_ssl_decrypt.ssl_decrypt_exclude_certificate` param is not properly configured ([#341](https://github.com/PaloAltoNetworks/terraform-provider-panos/issues/341)) + + ## 1.10.2 (June 17, 2022) FIXES: * Global fix for Panorama `target` and `device` specs in data sources and resources where you can specify the `serial` and `vsys_list` ([#340](https://github.com/PaloAltoNetworks/terraform-provider-panos/issues/340)) + * Fix for device group `device` param ## 1.10.1 (May 13, 2022)