From 965fd4622e4f6c9212f24196f6fa7bbbe8890462 Mon Sep 17 00:00:00 2001 From: Kelsey Thomas <101993653+Kelsey-Ethyca@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:38:52 -0700 Subject: [PATCH] update changelog 2.48.2 (#5449) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f5082d9a..c1d5e28eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,15 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fidesplus/compare/2.48.0...main) +## [Unreleased](https://github.com/ethyca/fidesplus/compare/2.48.2...main) +### Developer Experience +- Added Carbon Icons to FidesUI [#5416](https://github.com/ethyca/fides/pull/5416) + +## [2.48.2](https://github.com/ethyca/fidesplus/compare/2.48.1...2.48.2) +### Fixed +- Fixed ValidationError for datasets with a connection_type [#5447](https://github.com/ethyca/fides/pull/5447) ## [2.48.1](https://github.com/ethyca/fidesplus/compare/2.48.0...2.48.1)