From edd947b8fd11d01491440a5e450e5db17a59024c Mon Sep 17 00:00:00 2001 From: Terraform SDK CircleCI Date: Wed, 20 Jan 2021 22:48:16 +0000 Subject: [PATCH] v2.4.1 [skip ci] --- CHANGELOG.md | 8 ++++---- meta/meta.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f941c74a3fa..17bf2011f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# 2.4.1 (Unreleased) +# 2.4.1 (January 20, 2021) BUG FIXES -* Don't panic during assertions when testing sets with varying levels of nesting [GH-648] -* Prevent panics when sending Ctrl-C to Terraform [GH-674] -* Make the error message when a "required" block is missing clearer, identifying the block in question [GH-672] +* Don't panic during assertions when testing sets with varying levels of nesting ([#648](https://github.com/hashicorp/terraform-plugin-sdk/issues/648)) +* Prevent panics when sending Ctrl-C to Terraform ([#674](https://github.com/hashicorp/terraform-plugin-sdk/issues/674)) +* Make the error message when a "required" block is missing clearer, identifying the block in question ([#672](https://github.com/hashicorp/terraform-plugin-sdk/issues/672)) # 2.4.0 (December 19, 2020) diff --git a/meta/meta.go b/meta/meta.go index 97353430aaf..c6084c41d3f 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 = "2.4.0" +var SDKVersion = "2.4.1" // 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