From 07b72e824577698059fbef084f721a68ba195cb2 Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Tue, 26 Sep 2023 12:44:49 +0530 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b362d3..8337a5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.15.0] - 2023-09-26 +- Adds Twitter/X as a default provider to the third party recipe - Added a `Cache-Control` header to `/jwt/jwks.json` (`GetJWKSGET`) - Added `ValidityInSeconds` to the return value of the overrideable `GetJWKS` function. - This can be used to control the `Cache-Control` header mentioned above.