diff --git a/CHANGELOG.md b/CHANGELOG.md index 142544b1..fae94569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.23.1 (2025-02-24) + +### Bug Fixes + +- Update redis mock for changes in bec + ([`6a43554`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/6a43554f3b57045325f57bdd5079d7f91af40bb6)) + + ## v1.23.0 (2025-02-24) ### Features diff --git a/pyproject.toml b/pyproject.toml index 01eff853..db55b476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.23.0" +version = "1.23.1" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [