From 46a6ae729e8dda3f814820885d463e76bfdbc7b8 Mon Sep 17 00:00:00 2001 From: hashicorp-ci Date: Thu, 15 Apr 2021 18:15:40 +0000 Subject: [PATCH] Release v1.8.10 --- CHANGELOG.md | 2 +- version/version.go | 4 ++-- website/data/version.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8086bcdb7c..34316ad972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 1.8.10 (April 15, 2021) SECURITY: diff --git a/version/version.go b/version/version.go index a58e7a6346..0e6c2983d7 100644 --- a/version/version.go +++ b/version/version.go @@ -14,12 +14,12 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "1.8.9" + Version = "1.8.10" // 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 // such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "dev" + VersionPrerelease = "" ) // GetHumanVersion composes the parts of the version in a way that's suitable diff --git a/website/data/version.js b/website/data/version.js index bae9682ff0..2035dc3a9c 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1 +1 @@ -export default '1.8.9' +export default '1.8.10'