diff --git a/CHANGELOG.md b/CHANGELOG.md index dac1687..52e66d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.31.1 (2024-08-28) + +### Fix + +* Add xmosb01xs as a sleepy device ([#94](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/94)) ([`648c7f8`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/648c7f80e4c1e9e9868b974e49e7da564457c094)) + ## v0.31.0 (2024-08-27) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 459748c..1444486 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.31.0" +version = "0.31.1" description = "Manage Xiaomi BLE devices" authors = ["John Carr "] license = "Apache-2.0" diff --git a/src/xiaomi_ble/__init__.py b/src/xiaomi_ble/__init__.py index e48b8c8..e2756c7 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -21,7 +21,7 @@ from .devices import SLEEPY_DEVICE_MODELS from .parser import EncryptionScheme, XiaomiBluetoothDeviceData -__version__ = "0.31.0" +__version__ = "0.31.1" __all__ = [ "SLEEPY_DEVICE_MODELS",