diff --git a/CHANGELOG.md b/CHANGELOG.md index a8454783e..ffe286dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.41.0 (April 28, 2021) + BUG FIXES: * resource/spotinst_elastigroup_aws: retry creation for `cant_create_group` errors diff --git a/version/version.go b/version/version.go index e0f93ba58..80933dcf4 100644 --- a/version/version.go +++ b/version/version.go @@ -10,7 +10,7 @@ var ( // Version represents the main version number. // // Read-only. - Version = "1.40.0" + Version = "1.41.0" // Prerelease represents an optional pre-release label for the version. // If this is "" (empty string) then it means that it is a final release.