From 2a3ceb1eb703ce91e01ecaca1c9fef2de3008a38 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Jul 2022 14:53:25 +0000 Subject: [PATCH] 0.5.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- src/xiaomi_ble/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41e022..987e617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.1 (2022-07-24) +### Fix +* Unset bindkey_verified on legacy devices if payload is corrupt as may be wrong key ([`f57827a`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/f57827a7caa0c9c6721f1d9773e89f3472ccf5c7)) + ## v0.5.0 (2022-07-24) ### Feature * New bindkey_verified variable to track whether encryption is working ([`dc622a5`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/dc622a511e1909d96d706b77ff86c8ad1905bda0)) diff --git a/pyproject.toml b/pyproject.toml index 4921507..44f694e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.5.0" +version = "0.5.1" description = "Manage Xiaomi BLE devices" authors = ["John Carr "] license = "Apache Software License 2.0" diff --git a/src/xiaomi_ble/__init__.py b/src/xiaomi_ble/__init__.py index 27a1d64..314c291 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -19,7 +19,7 @@ from .parser import XiaomiBluetoothDeviceData -__version__ = "0.5.0" +__version__ = "0.5.1" __all__ = [ "XiaomiBluetoothDeviceData",