diff --git a/CHANGELOG.md b/CHANGELOG.md index fee2fb8351d..b31866b1072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ **Table of Contents** -- [0.0.0 (2023-11-15)](#000-2023-11-15) +- [0.0.0 (2023-11-22)](#000-2023-11-22) - [Bug Fixes](#bug-fixes) - [Documentation](#documentation) - [Features](#features) @@ -703,7 +703,7 @@ -# [0.0.0](https://github.com/ory/hydra/compare/v2.2.0-rc.3...v0.0.0) (2023-11-15) +# [0.0.0](https://github.com/ory/hydra/compare/v2.2.0-rc.3...v0.0.0) (2023-11-22) ### Bug Fixes @@ -718,6 +718,7 @@ the remembered Hydra session and what was confirmed by the login screen does not match. +* Improved SSRF protection ([#3669](https://github.com/ory/hydra/issues/3669)) ([24c3be5](https://github.com/ory/hydra/commit/24c3be574a11a76e69f09a24754f20cf644b624c)) * Verifiable credentials JWT format ([#3614](https://github.com/ory/hydra/issues/3614)) ([0176adc](https://github.com/ory/hydra/commit/0176adc17848ab1dd021910ea31202dbdcd51737)) ### Documentation