From aeabe683ae88a5a26158ce80279a73ed2f482088 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Fri, 9 Sep 2022 11:13:51 -0400 Subject: [PATCH] 1.8.4 (#1061) * update changelog * remove phantom bullet point --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6aa6bcd6..ad6fa41c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,10 @@ The types of changes are: * `Fixed` for any bug fixes. * `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fides/compare/1.8.3...main) +## [Unreleased](https://github.com/ethyca/fides/compare/1.8.4...main) + + +## [1.8.4](https://github.com/ethyca/fides/compare/1.8.3...1.8.4) - 2022-09-09 ### Added @@ -24,6 +27,7 @@ The types of changes are: ### Changed * Deleting a taxonomy field with children will now cascade delete all of its children as well. [#1042](https://github.com/ethyca/fides/pull/1042) + ### Fixed * Fixed navigating directly to frontend routes loading index page instead of the correct static page for the route.