Skip to content

Commit 3bf6e69

Browse files
author
github-actions
committed
3.5.0
Automatically generated by python-semantic-release
1 parent c428f92 commit 3bf6e69

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.5.0 (2024-01-18)
6+
7+
### Feature
8+
9+
* Add verification of the packet id ([#105](https://github.com/Bluetooth-Devices/bthome-ble/issues/105)) ([`c428f92`](https://github.com/Bluetooth-Devices/bthome-ble/commit/c428f927b8dbc4f02ef006c15932aca5fa74877f))
10+
511
## v3.4.2 (2024-01-17)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bthome-ble"
3-
version = "3.4.2"
3+
version = "3.5.0"
44
description = "BThome BLE support"
55
authors = ["Ernst Klamer <e.klamer@gmail.com>"]
66
license = "MIT"

src/bthome_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from .parser import BTHomeBluetoothDeviceData
1717

18-
__version__ = "3.4.2"
18+
__version__ = "3.5.0"
1919

2020
__all__ = [
2121
"BinarySensorDeviceClass",

0 commit comments

Comments
 (0)