diff --git a/CHANGELOG.md b/CHANGELOG.md index a53d93a..2c975df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.2.2 (2022-09-14) +### Fix +* Remove update binary sensor ([`e529f89`](https://github.com/Bluetooth-Devices/bthome-ble/commit/e529f899eb7b9f38b65c36f5cc46d3df41e91f75)) + ## v1.2.1 (2022-09-13) ### Fix * Remove empty line ([`5f7ba24`](https://github.com/Bluetooth-Devices/bthome-ble/commit/5f7ba2438f4a8e6bde341b74668514906364d070)) diff --git a/pyproject.toml b/pyproject.toml index 6318cbb..a2699c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "1.2.1" +version = "1.2.2" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index b5ee804..2611dd9 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import BTHomeBluetoothDeviceData -__version__ = "1.2.1" +__version__ = "1.2.2" __all__ = [ "BinarySensorDeviceClass",