From fafe6929c3c9675820069793701f15c6f8c42ef7 Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Tue, 24 Sep 2024 10:10:21 +0530 Subject: [PATCH] Update changelog with changes and version bump --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5803b6f7..986e2de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.24.3] - 2024-09-24 + +- Adds support for form field related improvements by making fields accept any type of values +- Adds support for optional fields to properly optional + ## [0.24.2] - 2024-09-03 - Fixes memory leak with the JWKS cache.