diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c016d6d..7e27ed9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ **Table of Contents** -- [Unreleased (2020-09-21)](#unreleased-2020-09-21) +- [Unreleased (2020-09-24)](#unreleased-2020-09-24) - [Bug Fixes](#bug-fixes) - [Documentation](#documentation) - [Features](#features) @@ -178,12 +178,13 @@ -# [Unreleased](https://github.com/ory/oathkeeper/compare/v0.38.3-beta.1...b5bb3bc6b88ea8b26d53f03477fce1b74f113b97) (2020-09-21) +# [Unreleased](https://github.com/ory/oathkeeper/compare/v0.38.3-beta.1...bc8a32c9fcf8cbd9fc6b46b9c8d607745fb05a1e) (2020-09-24) ### Bug Fixes * Deprecated key in goreleaser config ([2a4f901](https://github.com/ory/oathkeeper/commit/2a4f90127e66917dfaa72f8089efa5149631434d)) +* Ignore x/net false positives ([bc8a32c](https://github.com/ory/oathkeeper/commit/bc8a32c9fcf8cbd9fc6b46b9c8d607745fb05a1e)) * Misleading HTTP status code for oauth2_client_credentials authenticator ([#504](https://github.com/ory/oathkeeper/issues/504)) ([0f65631](https://github.com/ory/oathkeeper/commit/0f65631af61e6a4098745f0149b0154d5dd7386c)), closes [#496](https://github.com/ory/oathkeeper/issues/496)