diff --git a/CHANGELOG.md b/CHANGELOG.md index 3651b4e..c50c63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.0.0 (2024-02-18) + +### Breaking + +- Updates for aioesphomeapi 22 (#6) ([`c6a113a`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/c6a113a95313a22e47ccb6a1fda8c6e2e4b32850)) + ## v0.4.1 (2024-01-01) ### Performance diff --git a/docs/conf.py b/docs/conf.py index b34c263..c2562d7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ project = "bleak-esphome" copyright = "2023, J. Nick Koston" author = "J. Nick Koston" -release = "0.4.1" +release = "1.0.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 4d90244..0ea3329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bleak-esphome" -version = "0.4.1" +version = "1.0.0" description = "Bleak backend of ESPHome" authors = ["J. Nick Koston "] license = "MIT"