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'