diff --git a/CHANGELOG.md b/CHANGELOG.md index 88abe796..6d66361e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v2.3.0 (2025-05-09) + +### Features + +- **bec_connector**: Ability to change object name during runtime + ([`dc151cd`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/dc151cdfe39f1f0507eeee307a35c1677ae4d8c5)) + + ## v2.2.0 (2025-05-09) ### Features diff --git a/pyproject.toml b/pyproject.toml index ea3d39f0..1e4fd060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.2.0" +version = "2.3.0" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [