diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efafe98..535f436d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG +## v2.1.1 (2025-05-06) + +### Bug Fixes + +- Import add operator in client + ([`55f7efc`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/55f7efc4f586128dfb66fc6a8eb5d3a9f32bf61e)) + +### Refactoring + +- Supply bec designer filename to function + ([`be72c9f`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/be72c9f2708c93dab24d4383f5622e38cf1dc8a2)) + + ## v2.1.0 (2025-05-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index f89b2d68..bab206ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "2.1.0" +version = "2.1.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [