From fb9b4600009aeeced583c0140a6315b37f41841c Mon Sep 17 00:00:00 2001 From: DXTimer Date: Tue, 19 Mar 2024 10:09:48 +0700 Subject: [PATCH] Release 1.5.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1a5f3..7ea34f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## main +## 1.5.0 + ENHANCEMENTS: - **Update Resource:** `dnsimple_zone_record` has been updated to handle cases where the `name` attribute is normalized by the API, resulting in bad state as config differs from state. @@ -16,6 +18,7 @@ BUG FIXES: NOTES: - This release is no longer compatible with Terraform versions < 1.3. This is due to the new protocol changes in the underlying terraform framework. If you are using Terraform 1.3 or later, you should be unaffected by this change. +- We have updated the Go module to Go 1.21. ## 1.4.0