diff --git a/CHANGELOG.md b/CHANGELOG.md index 30269587..ff201f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # CHANGELOG +## v1.19.2 (2025-02-06) + +### Bug Fixes + +- Cleanup timer in Minesweeper + ([`fc6d7c0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/fc6d7c0824be841f1bff23c8dd66b203f5798333)) + +- Mock QTimer, improve timeout message + ([`fb05186`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/fb051865d5fe44150a9c3599f13e2473530970bc)) + + ## v1.19.1 (2025-02-05) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 4128eda0..7318bdd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bec_widgets" -version = "1.19.1" +version = "1.19.2" description = "BEC Widgets" requires-python = ">=3.10" classifiers = [