diff --git a/CHANGELOG.md b/CHANGELOG.md index f2892e98..6e88b8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v2.32.0 (2025-07-29) + +### Features + +- **dock area**: Add screenshot toolbar action + ([`fd5af01`](https://github.com/bec-project/bec_widgets/commit/fd5af0184279400ca6d8e5d2042f31be88d180f3)) + +- **rpc_timeout**: Add decorator to override the rpc timeout + ([`8a214c8`](https://github.com/bec-project/bec_widgets/commit/8a214c897899d0d94d5f262591a001c127d1b155)) + + ## v2.31.3 (2025-07-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 56d725a7..da8ddbd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.31.3" +version = "2.32.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [