post-1.0.4 release prep

This commit is contained in:
Tim Gross
2021-02-24 09:50:33 -05:00
parent d0bacac824
commit 0daf1ae086
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
## 1.0.4 (Unreleased)
## 1.1.0 (Unreleased)
## 1.0.4 (February 24, 2021)
FEATURES:
* **Terminating Gateways**: Adds built-in support for running Consul Connect terminating gateways [[GH-9829](https://github.com/hashicorp/nomad/pull/9829)]

View File

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

View File

@@ -1 +1 @@
export default '1.0.3'
export default '1.0.4'