diff --git a/CHANGELOG.md b/CHANGELOG.md index a787c70aa7..1619f17cad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,17 +15,21 @@ The types of changes are: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## [Unreleased](https://github.com/ethyca/fides/compare/2.51.0...main) +## [Unreleased](https://github.com/ethyca/fides/compare/2.51.1...main) ### Added - New page in the Cookie House sample app to demonstrate the use of embedding the FidesJS SDK on the page [#5564](https://github.com/ethyca/fides/pull/5564) -- Adding `dsr_testing_tools_enabled` security setting [#5573](https://github.com/ethyca/fides/pull/5573) ### Fixed -- SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets [#5548](https://github.com/ethyca/fides/pull/5548) -- Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires [#5569](https://github.com/ethyca/fides/pull/5569) - Fixing quickstart.py script [#5585](https://github.com/ethyca/fides/pull/5585) +## [2.51.1](https://github.com/ethyca/fides/compare/2.51.0...2.51.1) + +### Fixed +- SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets. [#5548](https://github.com/ethyca/fides/pull/5548) +- Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires [#5569](https://github.com/ethyca/fides/pull/5569) +- Adding `dsr_testing_tools_enabled` security setting [#5573](https://github.com/ethyca/fides/pull/5573) + ## [2.51.0](https://github.com/ethyca/fides/compare/2.50.0...2.51.0) ### Added