Skip to content

Commit

Permalink
Update changelog with change and breaking changes for major version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Sep 25, 2024
1 parent fa14a99 commit 19d473f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19d473f

Please sign in to comment.