Release v1.8.6

This commit is contained in:
hashicorp-ci 2020-11-19 20:56:51 +00:00
parent 8967edad2a
commit 2fa535b58c
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## UNRELEASED
## 1.8.6 (November 19, 2020)
SECURITY:

View File

@ -14,7 +14,7 @@ var (
//
// Version must conform to the format expected by github.com/hashicorp/go-version
// for tests to work.
Version = "1.8.5"
Version = "1.8.6"
// 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

View File

@ -1 +1 @@
export default '1.8.5'
export default '1.8.6'