Commit 4aaac11 1 parent b360294 commit 4aaac11 Copy full SHA for 4aaac11
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v2.3.0 (2022-11-18)
6
+ ### Feature
7
+ * Remove cipher update ([ ` 21b9390 ` ] ( https://github.com/Bluetooth-Devices/bthome-ble/commit/21b9390953341e540a42636f49b09ab17519ef5c ) )
8
+
5
9
## v2.2.1 (2022-11-07)
6
10
### Fix
7
11
* Multiple measurements fix ([ ` 849deab ` ] ( https://github.com/Bluetooth-Devices/bthome-ble/commit/849deab688a83ba040e8f7e42598b4aa339d0460 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " bthome-ble"
3
- version = " 2.2.1 "
3
+ version = " 2.3.0 "
4
4
description = " BThome BLE support"
5
5
authors = [" Ernst Klamer <e.klamer@gmail.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 15
15
16
16
from .parser import BTHomeBluetoothDeviceData
17
17
18
- __version__ = "2.2.1 "
18
+ __version__ = "2.3.0 "
19
19
20
20
__all__ = [
21
21
"BinarySensorDeviceClass" ,
You can’t perform that action at this time.
0 commit comments