diff --git a/CHANGELOG.md b/CHANGELOG.md index 216f5bd..4e6bd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v3.11.0 (2024-08-25) + +### Feature + +* feat: add new sensors (#144) ([`25e87a0`](https://github.com/Bluetooth-Devices/bthome-ble/commit/25e87a0e2d7bb0109e148046ed09235a0d3fa596)) + + ## v3.10.0 (2024-08-23) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 0111108..4abd39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "3.10.0" +version = "3.11.0" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT"