Skip to content

Commit

Permalink
4.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 2, 2022
1 parent 06091a8 commit 5ae35e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>","Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5ae35e2

Please sign in to comment.