From 2c03a32a9d1be63a12eb18aaf12d2c5270c42346 Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Tue, 27 Apr 2021 09:24:44 +0000 Subject: [PATCH] v1.17.2 [skip ci] --- CHANGELOG.md | 4 ++-- meta/meta.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed6f3bbd37..6f6be910bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# 1.17.2 (Unreleased) +# 1.17.2 (April 27, 2021) BUG FIXES: -* Updated the GPG key used to verify Terraform installs in response to the [Terraform GPG key rotation](https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512). [GH-756] +* Updated the GPG key used to verify Terraform installs in response to the [Terraform GPG key rotation](https://discuss.hashicorp.com/t/hcsec-2021-12-codecov-security-event-and-hashicorp-gpg-key-exposure/23512). ([#756](https://github.com/hashicorp/terraform-plugin-sdk/issues/756)) # 1.17.1 (April 22, 2021) diff --git a/meta/meta.go b/meta/meta.go index 2b0c403e63..88a8405af3 100644 --- a/meta/meta.go +++ b/meta/meta.go @@ -11,7 +11,7 @@ import ( ) // The main version number that is being run at the moment. -var SDKVersion = "1.17.1" +var SDKVersion = "1.17.2" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release