diff --git a/CHANGELOG.md b/CHANGELOG.md index 661ac2a..8fcaf50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v3.24.0 (2025-02-22) + +### Features + + +- Improve logging of scanner failures and time_since_last_detection (#155) ([`f0ff045`](https://github.com/Bluetooth-Devices/habluetooth/commit/f0ff04586849bda3933fbe98e8e1335c308999c4)) + + ## v3.23.0 (2025-02-21) ### Features diff --git a/docs/conf.py b/docs/conf.py index 9e4d256..f652d33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "habluetooth" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "3.23.0" +release = "3.24.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index c76aeca..80ec3e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "habluetooth" -version = "3.23.0" +version = "3.24.0" license.text = "Apache-2.0" description = "High availability Bluetooth" authors = [{ name = "J. Nick Koston", email = "bluetooth@koston.org" }] diff --git a/src/habluetooth/__init__.py b/src/habluetooth/__init__.py index 5d8e548..b221b31 100644 --- a/src/habluetooth/__init__.py +++ b/src/habluetooth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.23.0" +__version__ = "3.24.0" from .advertisement_tracker import ( TRACKER_BUFFERING_WOBBLE_SECONDS,