From 09ea986e101ee8c6cf8a3d91347efaf9c3ee46a7 Mon Sep 17 00:00:00 2001 From: Rohit Myali Date: Wed, 25 Jan 2023 06:12:44 +0000 Subject: [PATCH] Updated changelog for v1.30.0 Signed-off-by: Rohit Myali --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45bd5967..723b6cc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.30.0 (Jan 25, 2023) + +BUG FIXES + +* **citrixadc_ntpserver**: Handled the ntpserver resource instance missing in the read function. +* **citrixadc_route**: Updated Read function to make the Import work as required. + +ENHANCEMENTS + +* Migrated to terraform sdkv1 and resolved the transitive dependencies. + ## 1.29.0 (Jan 05, 2023) ENHANCEMENTS