mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
post-1.0.4 release prep
This commit is contained in:
@@ -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)]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default '1.0.3'
|
||||
export default '1.0.4'
|
||||
|
||||
Reference in New Issue
Block a user