diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b00afb..3c7e8a3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.2.5] - 2023-06-30 +### Changed +- version bump pyserial-asyncio==0.6 to fix for python 3.11 in 2023.6 + ## [0.2.4] - 2023-01-14 ### Added - Support for unique_id to help sensor customisation diff --git a/custom_components/currentcost/manifest.json b/custom_components/currentcost/manifest.json index 602a95c..b5248b1 100644 --- a/custom_components/currentcost/manifest.json +++ b/custom_components/currentcost/manifest.json @@ -1,10 +1,10 @@ { "domain": "currentcost", "name": "Current Cost", - "version": "0.2.4", + "version": "0.2.5", "documentation": "https://github.com/lolouk44/CurrentCost_HA_CC", "requirements": [ - "pyserial-asyncio==0.4", + "pyserial-asyncio==0.6", "xmltodict==0.12.0" ], "dependencies": [],