Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 7, 2022
1 parent 1475ba7 commit 75e6886
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v4.1.2 (2022-09-07)
### Fix
* Check for missing hass_url during auto reauth ([`7d181a3`](https://github.com/custom-components/alexa_media_player/commit/7d181a39435cb7958d0b3ccba36e7a0ebd8eccdb))
* Fix reauth caused by bad amazon response ([`58af5b3`](https://github.com/custom-components/alexa_media_player/commit/58af5b3027d34fdcf13c16dae9e12f92671958b3))

## v4.1.1 (2022-09-05)
### Fix
* **notify:** Improve message for missing keys ([`c2ce6a4`](https://github.com/custom-components/alexa_media_player/commit/c2ce6a42caf7f9355671c4488358e318c45ff2a4))
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.1.1"
__version__ = "4.1.2"
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.1.1",
"version": "4.1.2",
"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.1.1"
version = "4.1.2"
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 75e6886

Please sign in to comment.