From f861a2f0dcf792d28796a479d6290199cd8ad912 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Mar 2024 15:22:19 +0000 Subject: [PATCH] 0.28.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/xiaomi_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 684c127..96ac2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.28.0 (2024-03-24) + +### Feature + +* Allow one failed decryption before reauth ([#76](https://github.com/Bluetooth-Devices/xiaomi-ble/issues/76)) ([`4682109`](https://github.com/Bluetooth-Devices/xiaomi-ble/commit/46821098f2d34b4c0c7c0244708500b4aa72f19e)) + ## v0.27.1 (2024-03-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 63e8c3b..e4c92af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xiaomi-ble" -version = "0.27.1" +version = "0.28.0" 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 8e00c70..fe11dca 100644 --- a/src/xiaomi_ble/__init__.py +++ b/src/xiaomi_ble/__init__.py @@ -20,7 +20,7 @@ from .devices import SLEEPY_DEVICE_MODELS from .parser import EncryptionScheme, XiaomiBluetoothDeviceData -__version__ = "0.27.1" +__version__ = "0.28.0" __all__ = [ "SLEEPY_DEVICE_MODELS",