From 4f25ac684f5b3fa9ac7a1b27b95070ea48f686d8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Dec 2023 15:54:44 +0000 Subject: [PATCH] 3.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/bthome_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95de646..649fecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v3.3.0 (2023-12-13) + +### Feature + +* Add check for increasing encryption counter ([#92](https://github.com/Bluetooth-Devices/bthome-ble/issues/92)) ([`a58cf7b`](https://github.com/Bluetooth-Devices/bthome-ble/commit/a58cf7bf84bacaf0b8436f03499710d5b83e3add)) + ## v3.2.0 (2023-10-01) ### Feature diff --git a/pyproject.toml b/pyproject.toml index aaf673c..f149965 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bthome-ble" -version = "3.2.0" +version = "3.3.0" description = "BThome BLE support" authors = ["Ernst Klamer "] license = "MIT" diff --git a/src/bthome_ble/__init__.py b/src/bthome_ble/__init__.py index 13ca01a..4506c68 100644 --- a/src/bthome_ble/__init__.py +++ b/src/bthome_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import BTHomeBluetoothDeviceData -__version__ = "3.2.0" +__version__ = "3.3.0" __all__ = [ "BinarySensorDeviceClass",