Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Sep 8, 2022
1 parent d48783e commit bf4dd36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.1.1 (2022-09-08)
### Fix
* Add binary sensor device class ([`d48783e`](https://github.com/Bluetooth-Devices/bthome-ble/commit/d48783e1a7c3a3a719fc7dca9f08feb034660507))

## v1.1.0 (2022-09-06)
### Feature
* Binary sensor support ([`35ec5e1`](https://github.com/Bluetooth-Devices/bthome-ble/commit/35ec5e1d328038b328c4b793e9fe70c354d731dd))
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 = "1.1.0"
version = "1.1.1"
description = "BThome BLE support"
authors = ["Ernst Klamer <[email protected]>"]
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 @@ -14,7 +14,7 @@

from .parser import BTHomeBluetoothDeviceData

__version__ = "1.1.0"
__version__ = "1.1.1"

__all__ = [
"BTHomeBluetoothDeviceData",
Expand Down

0 comments on commit bf4dd36

Please sign in to comment.