From f52322b7d4511e376663e02bcffd0827e0eb750b Mon Sep 17 00:00:00 2001 From: Roger Plotz <115798183+Roger-Ethyca@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:28:04 -0400 Subject: [PATCH] Updated CHANGELOG.md for release 2.43.1 (#5219) Co-authored-by: Adam Sachs --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09311a933a5..59bc481601d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,11 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fides/compare/2.43.0...main) +## [Unreleased](https://github.com/ethyca/fides/compare/2.43.1...main) + + + +## [2.43.1](https://github.com/ethyca/fides/compare/2.43.0...2.43.1) ### Added - Pydantic v1 -> Pydantic v2 upgrade [#5020](https://github.com/ethyca/fides/pull/5020)