diff --git a/CHANGELOG.md b/CHANGELOG.md index f570718a..32782053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.1.3 (2025-05-07) + +### Bug Fixes + +- **bec-dispatcher**: Fix reference to boundmethods to avoid duplicated subscriptions + ([`cf59d31`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/cf59d311132cd1a21f1893c19cc9f2a7e45101d0)) + + ## v2.1.2 (2025-05-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index f0df490b..dde3a6f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.1.2" +version = "2.1.3" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [