diff --git a/CHANGELOG.md b/CHANGELOG.md index 6be3a7754de..eb07f2d08a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ **Table of Contents** -- [0.0.0 (2024-03-27)](#000-2024-03-27) +- [0.0.0 (2024-04-04)](#000-2024-04-04) - [Bug Fixes](#bug-fixes) - [Features](#features) - [2.2.0 (2024-02-12)](#220-2024-02-12) @@ -710,12 +710,13 @@ -# [0.0.0](https://github.com/ory/hydra/compare/v2.2.0...v0.0.0) (2024-03-27) +# [0.0.0](https://github.com/ory/hydra/compare/v2.2.0...v0.0.0) (2024-04-04) ### Bug Fixes * Correctly pass multiple token audiences and prompt parameters when performing the authorization code flow from the CLI ([#3736](https://github.com/ory/hydra/issues/3736)) ([632faef](https://github.com/ory/hydra/commit/632faef15228c2d0a2caedfc3d7c6a3782c2e131)) +* Error log when RP responds with status code 204 ([#3731](https://github.com/ory/hydra/issues/3731)) ([153e4b5](https://github.com/ory/hydra/commit/153e4b56e6de645ee44e4e7833c32a3890e43c54)) * Upgrade fosite and improve webhook integration ([#3727](https://github.com/ory/hydra/issues/3727)) ([89323e2](https://github.com/ory/hydra/commit/89323e24de470c2b0f3037e0cf8f99bc4373d4fd)) * Wrap token handler in transaction ([#3730](https://github.com/ory/hydra/issues/3730)) ([67a85cc](https://github.com/ory/hydra/commit/67a85cc799b5c6ef278db93aba131e695fd761e9))