diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea0f5e2..32d690ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v1.24.2 (2025-02-27) + +### Bug Fixes + +- **e2e**: Added wait time to flaky e2e + ([`46b1a22`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/46b1a228be4ef5eb21ecf6c7020a2cd05d06b61a)) + + ## v1.24.1 (2025-02-26) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6d4b607c..df18aeec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.24.1" +version = "1.24.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [