diff --git a/CHANGELOG.md b/CHANGELOG.md index 788af4e0..8acc0e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v3.33.1 (2026-08-05) + +### Bug Fixes + +- **bec_signal_proxy**: Ensure argless emissions are replayed on unblock + ([`0da3907`](https://github.com/bec-project/bec_widgets/commit/0da3907b1a15964353f67ca367bc4eafb9384c6e)) + + ## v3.33.0 (2026-08-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 76205aac..c886ce67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bec_widgets" -version = "3.33.0" +version = "3.33.1" description = "BEC Widgets" requires-python = ">=3.11" classifiers = [