Merge pull request #7675 from hashicorp/release-post-0110
Prepare for 0.11.1 release
This commit is contained in:
commit
4bd6372284
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue