diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c29f7..0e2488d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v3.2.0 (2026-03-11) + +### Features + +- **curve, waveform**: Add dap_parameters for lmfit customization in DAP requests + ([`14d51b8`](https://github.com/bec-project/bec_widgets/commit/14d51b80169f5a060dd24287f3a6db9a4b41275a)) + +- **waveform**: Composite DAP with multiple models + ([`b4f6f5a`](https://github.com/bec-project/bec_widgets/commit/b4f6f5aa8bcd0f6091610e8f839ea265c87575e0)) + + ## v3.1.4 (2026-03-11) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 2fdb0b3f..d057febd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.1.4" +version = "3.2.0" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [