diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6ad82848..bc542f543e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -163,7 +163,7 @@ -# [Unreleased](https://github.com/ory/oathkeeper/compare/v0.37.1-beta.1...b76ee9c8b6cb07adf7b9cdd421712dfdcb5f8340) (2020-05-07) +# [Unreleased](https://github.com/ory/oathkeeper/compare/v0.37.1-beta.1...d4557aeac69e84d36dfc2a1ab97c61188c93457f) (2020-05-07) ### Bug Fixes @@ -224,6 +224,7 @@ > Providing the request body as part of the JSON payload won't always > work as JSON cannot handle binary data. * Add prometheus docs ([#427](https://github.com/ory/oathkeeper/issues/427)) ([117ee6a](https://github.com/ory/oathkeeper/commit/117ee6a4c53035651f41a5bb4a9afe3c8b0c7438)) +* Oauth2_introspect cache introspection results ([#424](https://github.com/ory/oathkeeper/issues/424)) ([d4557ae](https://github.com/ory/oathkeeper/commit/d4557aeac69e84d36dfc2a1ab97c61188c93457f)), closes [#293](https://github.com/ory/oathkeeper/issues/293)