From 1200f25eabc75368484a78698e75f1e61b6ed010 Mon Sep 17 00:00:00 2001 From: hashicorp-ci Date: Wed, 13 Nov 2019 21:25:51 +0000 Subject: [PATCH] Release v1.6.2 --- CHANGELOG.md | 2 +- version/version.go | 2 +- website/config.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c25067c37a65..a230a8eb5f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## UNRELEASED +## 1.6.2 (November 13, 2019) SECURITY diff --git a/version/version.go b/version/version.go index 81ec8b338860..feb03a7e1c65 100644 --- a/version/version.go +++ b/version/version.go @@ -15,7 +15,7 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "1.6.1" + Version = "1.6.2" // 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 diff --git a/website/config.rb b/website/config.rb index f32b3ae29a39..fed856f8e2f1 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ activate :hashicorp do |h| h.name = "consul" - h.version = "1.6.1" + h.version = "1.6.2" h.github_slug = "hashicorp/consul" end