From d9024c3a8de8dd3e96d65e4da2fb3de76adfae5e Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Wed, 9 Jun 2021 11:07:05 -0400 Subject: [PATCH] prepare changelog for 1.1.1/1.0.7 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f33748e0..ab8f1ae69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.1 (Unreleased) +## 1.1.1 (June 9, 2021) FEATURES: * **Connect Mesh Gateways**: Adds built-in support for running Consul Connect Mesh Gateways [[GH-10658](https://github.com/hashicorp/nomad/pull/10658)] @@ -109,7 +109,7 @@ BUG FIXES: * server: Fixed a panic that may arise on submission of jobs containing invalid service checks [[GH-10154](https://github.com/hashicorp/nomad/issues/10154)] * ui: Fixed the rendering of interstitial components shown after processing a dynamic application sizing recommendation. [[GH-10094](https://github.com/hashicorp/nomad/pull/10094)] -## 1.0.7 (Unreleased) +## 1.0.7 (June 9, 2021) BUG FIXES: * api: Fixed event stream connection initialization when there are no events to send [[GH-10637](https://github.com/hashicorp/nomad/issues/10637)]