From c4c174f952e0b2b2010cdf5aeea0cd600402a5eb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Jul 2022 17:09:36 +0000 Subject: [PATCH] release: Released v4.4.0 [skip ci] --- CHANGELOG.md | 8 ++++++++ custom_components/octopus_energy/manifest.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d2ce7f..b0ed5e46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [4.4.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v4.3.0...v4.4.0) (2022-07-23) + + +### Features + +* **device:** Added debug logging for account information (not redacted) ([576c93d](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/576c93d5e9d589e53140866a74cca27f22626fc4)) +* **device:** Added support to download diagnostics which includes redacted account information ([01fdf4e](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/01fdf4e1b68822461813c719bb7756c12e9aabcb)) + # [4.3.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v4.2.1...v4.3.0) (2022-07-04) diff --git a/custom_components/octopus_energy/manifest.json b/custom_components/octopus_energy/manifest.json index a8a8b4d3..2d5c3d7f 100644 --- a/custom_components/octopus_energy/manifest.json +++ b/custom_components/octopus_energy/manifest.json @@ -11,6 +11,6 @@ "codeowners": [ "@bottlecapdave" ], - "version": "4.3.0", + "version": "4.4.0", "iot_class": "cloud_polling" } \ No newline at end of file