diff --git a/CHANGELOG.md b/CHANGELOG.md index d50355a2..90cfdaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.15.1 (2025-01-13) + +### Bug Fixes + +- **error_popups**: Safeproperty wrapper extended to catch more errors and not crash Designer + ([`3b04b98`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/3b04b985b66a7237703a87f6a53610171eb9ffa5)) + + ## v1.15.0 (2025-01-10) ### Features diff --git a/pyproject.toml b/pyproject.toml index 875a401e..d398018b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.15.0" +version = "1.15.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [