From 19d473fae098cb81d204da7dba8c4b159c646b1e Mon Sep 17 00:00:00 2001 From: Deepjyoti Barman Date: Wed, 25 Sep 2024 13:35:52 +0530 Subject: [PATCH] Update changelog with change and breaking changes for major version --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986e2de9..5aca16ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.25.0] - 2024-09-25 + +### Changes + +- Removes use of `UserContext` in user GET API in dashboard recipe. + +### Breaking changes + +- Changes the type of `value` in `TypeFormField` to `interface{}` instead of `string`to add support for any type of value in form fields. + ## [0.24.3] - 2024-09-24 - Adds support for form field related improvements by making fields accept any type of values