Skip to content

Commit

Permalink
3.9.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 5, 2024
1 parent bc61824 commit 2ce3028
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v3.9.1 (2024-06-05)

### Fix

* Accept new encryption counter only if the message was not corrupted ([#119](https://github.com/Bluetooth-Devices/bthome-ble/issues/119)) ([`bc61824`](https://github.com/Bluetooth-Devices/bthome-ble/commit/bc61824bfe6c1d3c7394e7754f757a0241c14939))

## v3.9.0 (2024-05-07)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bthome-ble"
version = "3.9.0"
version = "3.9.1"
description = "BThome BLE support"
authors = ["Ernst Klamer <e.klamer@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bthome_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .parser import BTHomeBluetoothDeviceData

__version__ = "3.9.0"
__version__ = "3.9.1"

__all__ = [
"BinarySensorDeviceClass",
Expand Down

0 comments on commit 2ce3028

Please sign in to comment.