diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ce341b..d510d93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.2.4 (2026-03-19) + +### Bug Fixes + +- **main_app**: Setapplicationname("bec") + ([`28be696`](https://github.com/bec-project/bec_widgets/commit/28be696f7c7d9762c742c6d5fb5b03867d5e92ea)) + + ## v3.2.3 (2026-03-16) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index c1fed22f..cbee9606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "3.2.3" +version = "3.2.4" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [