prep for 0.11.2 dev cycle

This commit is contained in:
Mahmood Ali 2020-04-22 12:51:49 -04:00
parent 2ca487900d
commit 9ad4498c08
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
## 0.11.2 (Unreleased)
## 0.11.1 (April 22, 2020)
BUG FIXES:
@ -70,7 +72,7 @@ BUG FIXES:
SECURITY:
* server: Override content-type headers for unsafe content. CVE-TBD [[GH-7468](https://github.com/hashicorp/nomad/issues/7468)]
* server: Override content-type headers for unsafe content. CVE-2020-10944 [[GH-7468](https://github.com/hashicorp/nomad/issues/7468)]
## 0.10.4 (February 19, 2020)

View file

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