diff --git a/CHANGELOG.md b/CHANGELOG.md index a098be1..25c3bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v0.3.0 (2022-09-17) +### Feature +* Port suffix improvements for sensors ([`efbf0ec`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/efbf0ecb6d8042fec5f8c5c298ed595d359b4135)) +* Feat: port suffix improvements for sensors ([`5fbb513`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/5fbb513976f68c3ec2a2562ed2f7d5aae21685e2)) + ## v0.2.0 (2022-09-16) ### Feature * Port specific sensors ([`2cc12cd`](https://github.com/Bluetooth-Devices/kegtron-ble/commit/2cc12cd56e5390be335f324a58cf7985d0a9119c)) diff --git a/pyproject.toml b/pyproject.toml index 4fd030c..7e92007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kegtron-ble" -version = "0.2.0" +version = "0.3.0" description = "Kegtron BLE support" authors = ["E. Klamer "] license = "MIT" diff --git a/src/kegtron_ble/__init__.py b/src/kegtron_ble/__init__.py index edd3125..ea1ec57 100644 --- a/src/kegtron_ble/__init__.py +++ b/src/kegtron_ble/__init__.py @@ -15,7 +15,7 @@ from .parser import KegtronBluetoothDeviceData -__version__ = "0.2.0" +__version__ = "0.3.0" __all__ = [ "KegtronBluetoothDeviceData",