From e4cc86c8251e5ea41cdd90712df35e5f1036601a Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Thu, 30 Jun 2022 19:04:45 -0400 Subject: [PATCH] 1.6.1 release (#763) * Update CHANGELOG for release * Update CHANGELOG Co-authored-by: Paul Sanders Co-authored-by: Sean Preston --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216c8100d..2dccbac27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,9 @@ The types of changes are: * `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fidesops/compare/1.6.0...main) +## [Unreleased](https://github.com/ethyca/fidesops/compare/1.6.1...main) + +## [1.6.1](https://github.com/ethyca/fidesops/compare/1.6.0...1.6.1) ### Added * `fidesops worker` command for running a Celery worker [#673](https://github.com/ethyca/fidesops/pull/673/) @@ -39,6 +41,7 @@ The types of changes are: * Fix console warning in disable connection modal [750](https://github.com/ethyca/fidesops/pull/750) * Fix no such container error with docker-compose [758](https://github.com/ethyca/fidesops/pull/758) * Fixed issue with extending the configuration [#721](https://github.com/ethyca/fidesops/pull/721) +* Fix no such container error with docker-compose [758](https://github.com/ethyca/fidesops/pull/758) ## [1.6.0](https://github.com/ethyca/fidesops/compare/1.5.3...1.6.0)