diff --git a/betocq/nearby_connection/CHANGELOG.md b/betocq/nearby_connection/CHANGELOG.md index 475c2ab..57f1bb2 100644 --- a/betocq/nearby_connection/CHANGELOG.md +++ b/betocq/nearby_connection/CHANGELOG.md @@ -1,4 +1,8 @@ # BetoCQ test suite release history +## 2.6.4 (04/08/2026) +### Bug fixes +* Replace scc_2g_wfd_sta_test with xcc_2g_wfd_sta_test. + ## 2.6.3 (04/02/2026) ### Bug fixes * Improve the robustness of wifi SSIDs checking diff --git a/build_config/nearby_connection/pyproject.toml b/build_config/nearby_connection/pyproject.toml index d39a0bb..9a99f0c 100644 --- a/build_config/nearby_connection/pyproject.toml +++ b/build_config/nearby_connection/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "betocq" -version = "2.6.3" +version = "2.6.4" description = "Better Together Connectivity Quality test suite." readme = "README.md" requires-python = ">=3.12"