From c26c5a3900a6ec58009d56a665ec1c71c7faa833 Mon Sep 17 00:00:00 2001 From: Preetha <460133+preetapan@users.noreply.github.com> Date: Mon, 15 Jun 2020 13:46:39 -0500 Subject: [PATCH] update changelog with suggestions --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 900262f2d0..e6f4a6c949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## UNRELEASED +## 1.8.0 rc1 (June 15, 2020) + +BREAKING CHANGES: +* acl: Remove deprecated `acl_enforce_version_8` option [[GH-7991](https://github.com/hashicorp/consul/issues/7991)] IMPROVEMENTS: -* acl: Remove deprecated `acl_enforce_version_8` option [[GH-7991](https://github.com/hashicorp/consul/issues/7991)] * ui: Add live updates/blocking queries to gateway listings [[GH-7967](https://github.com/hashicorp/consul/pull/7967)] * ui: Improved 'empty states' [[GH-7940](https://github.com/hashicorp/consul/pull/7940)] * ui: Add ability to sort services based on health [[GH-7989](https://github.com/hashicorp/consul/pull/7989)]