From b3148583f7c10692845c0caa64146a6bdff879ac Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Thu, 5 Sep 2024 13:50:19 +0530 Subject: [PATCH] modifies changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b2127f..5803b6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.24.2] - 2024-09-03 - Fixes memory leak with the JWKS cache. +- Makes optional form fields (in sign up, sign in APIs) truly optional in the request body. ## [0.24.1] - 2024-08-07