diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a8ce7..9285341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.5.0](https://github.com/Michsior14/ha-venta/compare/v0.4.1...v0.5.0) (2024-01-27) + + +### Features + +* add custom device update interval ([#11](https://github.com/Michsior14/ha-venta/issues/11)) ([05999b2](https://github.com/Michsior14/ha-venta/commit/05999b20a57a7c0b38fb0fb122c686067e1ccd9c)) +* support new languages ([#12](https://github.com/Michsior14/ha-venta/issues/12)) ([4b7b9a2](https://github.com/Michsior14/ha-venta/commit/4b7b9a2c065635925ec64ff7012ec2f4ad4a07d1)) + ## [0.4.1](https://github.com/Michsior14/ha-venta/compare/v0.4.0...v0.4.1) (2024-01-16) diff --git a/custom_components/venta/manifest.json b/custom_components/venta/manifest.json index 5c2b6db..d16c237 100644 --- a/custom_components/venta/manifest.json +++ b/custom_components/venta/manifest.json @@ -13,5 +13,5 @@ "custom_components.venta" ], "requirements": [], - "version": "0.4.1" + "version": "0.5.0" }