prep for 0.11.2 dev cycle
This commit is contained in:
parent
2ca487900d
commit
9ad4498c08
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue