diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3ae8d8..d0646d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # CHANGELOG +## v1.16.5 (2025-01-22) + +### Bug Fixes + +- **cli**: Server log level info and error + ([`df961a9`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/df961a9b885fa996e0ef44a36c937690670637c8)) + +- **error_popups**: Errors in SafeProperty and in SafeSlot are always logged, even with error + message popup enabled + ([`219d43d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/219d43d325260569e17a8eb7d56f63267d6e9649)) + + ## v1.16.4 (2025-01-21) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1db489ee..aeac424f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.16.4" +version = "1.16.5" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [