From 7fe3b0cb860c8338fd58239c2210a02fefdd401a Mon Sep 17 00:00:00 2001 From: lirona Date: Wed, 5 Jan 2022 11:35:49 +0200 Subject: [PATCH] chore(release): v1.64.2 CI_JOB_NUMBER: 32 --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.