From 599b5a3bff2460cf66e11f98eefe89b08c1611ea Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Fri, 4 Jun 2021 02:02:11 +0000 Subject: [PATCH] Release v1.8.12 --- 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 6390a8210a..73f0a433d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 1.8.12 (June 04, 2021) BUG FIXES: diff --git a/version/version.go b/version/version.go index 759107c94a..9c5481e2c4 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.11" + Version = "1.8.12" // 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 4bc7f124fd..e16e14bb46 100644 --- a/website/data/version.js +++ b/website/data/version.js @@ -1 +1 @@ -export default '1.8.11' +export default '1.8.12'