diff --git a/CHANGELOG.md b/CHANGELOG.md index 6daa25e..5929800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.8.0 (2022-10-16) +### Feature +* Add support for temp rh pro e ([#19](https://github.com/Bluetooth-Devices/qingping-ble/issues/19)) ([`7c7c9af`](https://github.com/Bluetooth-Devices/qingping-ble/commit/7c7c9af770f8c83e091250bd7bb80bb8d67e5cf3)) + ## v0.7.0 (2022-09-16) ### Feature * Add support for CGDN1 alternative device type ([#18](https://github.com/Bluetooth-Devices/qingping-ble/issues/18)) ([`ab78277`](https://github.com/Bluetooth-Devices/qingping-ble/commit/ab782774b31f993e5ffe2f79c6f718141ed784a3)) diff --git a/pyproject.toml b/pyproject.toml index 802ea1a..c4f3766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qingping-ble" -version = "0.7.0" +version = "0.8.0" description = "Qingping BLE support" authors = ["J. Nick Koston "] license = "MIT" diff --git a/src/qingping_ble/__init__.py b/src/qingping_ble/__init__.py index d43b875..24ebdfe 100644 --- a/src/qingping_ble/__init__.py +++ b/src/qingping_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import QingpingBluetoothDeviceData -__version__ = "0.7.0" +__version__ = "0.8.0" __all__ = [ "QingpingBluetoothDeviceData",