From dd8e5b1d4143f6702a2d80adb289d646c8e19a52 Mon Sep 17 00:00:00 2001 From: Sean Preston Date: Tue, 14 Feb 2023 14:51:30 -0500 Subject: [PATCH] updates changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856242e271..5a0e2d2a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,13 @@ The types of changes are: * `Fixed` for any bug fixes. * `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fides/compare/2.6.5...main) +## [Unreleased](https://github.com/ethyca/fides/compare/2.6.6...main) + +## [2.6.6](https://github.com/ethyca/fides/compare/2.6.5...2.6.6) + +### Changed + +* Improve Readability for Custom Masking Override Exceptions [#2593](https://github.com/ethyca/fides/pull/2593) ## [2.6.5](https://github.com/ethyca/fides/compare/2.6.4...2.6.5)