From b39a8a4a68580d2308746f01f1dcbd48b63f8e94 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 Jan 2025 16:05:06 +0000 Subject: [PATCH] 2.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5b3f1..c16b4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v2.3.0 (2025-01-31) + +### Feature + + +- Add example on connecting the scanner (#82) ([`b2d0eed`](https://github.com/Bluetooth-Devices/bleak-esphome/commit/b2d0eedb5e22a448d41c2e65cfc4998a3e3972e2)) + + ## v2.2.0 (2025-01-28) ### Feature diff --git a/docs/conf.py b/docs/conf.py index 8027eb1..2972b2f 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 = "2.2.0" +release = "2.3.0" # General configuration extensions = [ diff --git a/pyproject.toml b/pyproject.toml index 00beb57..e04ed9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bleak-esphome" -version = "2.2.0" +version = "2.3.0" description = "Bleak backend of ESPHome" authors = ["J. Nick Koston "] license = "MIT"