diff --git a/CHANGELOG.md b/CHANGELOG.md index 819fd70..5b3a527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.19.4 (2024-08-16) + +### Fix + +* Run device refresh in the executor ([#156](https://github.com/Bluetooth-Devices/bluetooth-adapters/issues/156)) ([`7fc4a3a`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7fc4a3ac57b4e3e3ace97829804eded8f1f63b5c)) + ## v0.19.3 (2024-06-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 909b498..5d418c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-adapters" -version = "0.19.3" +version = "0.19.4" description = "Tools to enumerate and find Bluetooth Adapters" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/bluetooth_adapters/__init__.py b/src/bluetooth_adapters/__init__.py index 5c69de8..77d8610 100644 --- a/src/bluetooth_adapters/__init__.py +++ b/src/bluetooth_adapters/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.3" +__version__ = "0.19.4" from platform import system