diff --git a/CHANGELOG.md b/CHANGELOG.md index 9285341..895b281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.1-beta.0](https://github.com/Michsior14/ha-venta/compare/v0.5.0...v0.5.1-beta.0) (2024-02-23) + + +### Features + +* support raw socket based devices ([#13](https://github.com/Michsior14/ha-venta/issues/13)) ([2c28774](https://github.com/Michsior14/ha-venta/commit/2c28774f09247b01b8bed68f226b429674992e9f)), closes [#5](https://github.com/Michsior14/ha-venta/issues/5) + ## [0.5.0](https://github.com/Michsior14/ha-venta/compare/v0.4.1...v0.5.0) (2024-01-27) diff --git a/custom_components/venta/manifest.json b/custom_components/venta/manifest.json index d16c237..4a4e5c5 100644 --- a/custom_components/venta/manifest.json +++ b/custom_components/venta/manifest.json @@ -13,5 +13,5 @@ "custom_components.venta" ], "requirements": [], - "version": "0.5.0" + "version": "0.5.1-beta.0" }