diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5d4e786..12534fa14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 1.64.2 (January 05, 2022) + NOTES: * documentation: resource/spotinst_ocean_aws: Add usage example for `utilize_commitments` * documentation: resource/spotinst_ocean_ecs: Add usage example for `utilize_commitments` diff --git a/version/version.go b/version/version.go index 9124a60c2..2e2f9537e 100644 --- a/version/version.go +++ b/version/version.go @@ -10,7 +10,7 @@ var ( // Version represents the main version number. // // Read-only. - Version = "1.64.1" + Version = "1.64.2" // Prerelease represents an optional pre-release label for the version. // If this is "" (empty string) then it means that it is a final release.