From aaaeb00f5f50054b3ddd059b717d21f9fe259b11 Mon Sep 17 00:00:00 2001 From: Henrique Santos Date: Mon, 19 Feb 2024 14:52:18 +0000 Subject: [PATCH] Add changelog date --- core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 6c3b7f8a8..ffe7c3aad 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.9.0 (YYYY-MM-DD) +## v0.9.0 (2024-02-19) - **Deprecation:** Mark method `config.WithCaptureHTTPResponse` as deprecated, to avoid confusion due to it not being a configuration option. Use `runtime.WithCaptureHTTPResponse` instead. - **Deprecation:** Mark method `config.WithJWKSEndpoint` and field `config.Configuration.JWKSCustomUrl` as deprecated. Validation using JWKS was removed, for being redundant with token validation done in the APIs. These have no effect.