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