diff --git a/CHANGELOG.md b/CHANGELOG.md index 274a528..20a81fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,16 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.1...main) +## [Unreleased](https://github.com/ethyca/fideslang/compare/3.0.2...main) + + +## [3.0.2](https://github.com/ethyca/fideslang/compare/3.0.1...3.0.2) ### Changed - Upgrades Pydantic for V2 support and removes support for Pydantic V1 [#11](https://github.com/ethyca/fideslang/pull/11) - Removes Python 3.8 from supported versions [#11](https://github.com/ethyca/fideslang/pull/11) -- + ## [3.0.1](https://github.com/ethyca/fideslang/compare/3.0.0...3.0.1) ### Added