From 2592c221b35ca537a5155df54d8dcbbfd42b8955 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Apr 2024 08:30:09 +0000 Subject: [PATCH] release: Released v10.3.1 [skip ci] --- CHANGELOG.md | 7 +++++++ custom_components/octopus_energy/const.py | 2 +- custom_components/octopus_energy/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590f9b38..a7f68b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.3.1](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v10.3.0...v10.3.1) (2024-04-20) + + +### Bug Fixes + +* Removed excessive logging that did not adhere to log settings ([cb27d6d](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/commit/cb27d6de4601d36e6527fb76945fec2bb444c0ee)) + # [10.3.0](https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/compare/v10.2.1...v10.3.0) (2024-04-15) diff --git a/custom_components/octopus_energy/const.py b/custom_components/octopus_energy/const.py index 2ff944b6..03c27aa4 100644 --- a/custom_components/octopus_energy/const.py +++ b/custom_components/octopus_energy/const.py @@ -2,7 +2,7 @@ import homeassistant.helpers.config_validation as cv DOMAIN = "octopus_energy" -INTEGRATION_VERSION = "10.3.0" +INTEGRATION_VERSION = "10.3.1" REFRESH_RATE_IN_MINUTES_ACCOUNT = 60 REFRESH_RATE_IN_MINUTES_INTELLIGENT = 5 diff --git a/custom_components/octopus_energy/manifest.json b/custom_components/octopus_energy/manifest.json index 34e19740..a8bb0ea1 100644 --- a/custom_components/octopus_energy/manifest.json +++ b/custom_components/octopus_energy/manifest.json @@ -14,6 +14,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues", "ssdp": [], - "version": "10.3.0", + "version": "10.3.1", "zeroconf": [] } \ No newline at end of file