From 5ae35e21184c951dedb8388aa417342edaa35ee9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Nov 2022 07:29:22 +0000 Subject: [PATCH] 4.3.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ custom_components/alexa_media/const.py | 2 +- custom_components/alexa_media/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3bbbd8..e378c9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v4.3.1 (2022-11-02) +### Fix +* **notify:** Handle null data key ([#1767](https://github.com/custom-components/alexa_media_player/issues/1767)) ([`08c2109`](https://github.com/custom-components/alexa_media_player/commit/08c2109ee24d673a7b29d1f1244569f5dee40004)) + ## v4.3.0 (2022-10-31) ### Feature * Add ZigBee contact sensors support ([#1754](https://github.com/custom-components/alexa_media_player/issues/1754)) ([`cd162cb`](https://github.com/custom-components/alexa_media_player/commit/cd162cbb8ebbea5af19c0d370621c4f8e169cf5a)) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index 12e327c2..03f1f412 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -8,7 +8,7 @@ """ from datetime import timedelta -__version__ = "4.3.0" +__version__ = "4.3.1" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = f"{PROJECT_URL}issues" NOTIFY_URL = f"{PROJECT_URL}wiki/Configuration%3A-Notification-Component#use-the-notifyalexa_media-service" diff --git a/custom_components/alexa_media/manifest.json b/custom_components/alexa_media/manifest.json index 6e5e28f3..74c6590c 100644 --- a/custom_components/alexa_media/manifest.json +++ b/custom_components/alexa_media/manifest.json @@ -1,7 +1,7 @@ { "domain": "alexa_media", "name": "Alexa Media Player", - "version": "4.3.0", + "version": "4.3.1", "config_flow": true, "documentation": "https://github.com/custom-components/alexa_media_player/wiki", "issue_tracker": "https://github.com/custom-components/alexa_media_player/issues", diff --git a/pyproject.toml b/pyproject.toml index bd9ae37e..cfaa4004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alexa_media_player" -version = "4.3.0" +version = "4.3.1" description = "This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API." authors = ["Keaton Taylor ","Alan D. Tse "] license = "Apache-2.0"