Merge pull request #7675 from hashicorp/release-post-0110

Prepare for 0.11.1 release
This commit is contained in:
Michael Schurter 2020-04-09 12:20:39 -07:00 committed by GitHub
commit 4bd6372284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## 0.11.1 (Unreleased)
BUG FIXES:
* vault: Upgrade http2 library to fix Vault API calls that fail with `http2: no cached connection was available` [[GH-7673](https://github.com/hashicorp/nomad/issues/7673)]
## 0.11.0 (April 8, 2020)
FEATURES:

View File

@ -11,7 +11,7 @@ var (
GitDescribe string
// The main version number that is being run at the moment.
Version = "0.11.0"
Version = "0.11.1"
// 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