Skip to content

Commit

Permalink
3.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 5, 2022
1 parent e0c9aba commit 7521b64
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-->

## v3.11.1 (2022-04-05)
### Fix
* Use EntityCategory enum instead of strings ([#1554](https://github.com/custom-components/alexa_media_player/issues/1554)) ([`695839c`](https://github.com/custom-components/alexa_media_player/commit/695839cbbf0a8cc51400f736c8c3d20ec99bb35b))
* Use ConfigEntryNotReady during startup ([#1557](https://github.com/custom-components/alexa_media_player/issues/1557)) ([`2b14c3b`](https://github.com/custom-components/alexa_media_player/commit/2b14c3bf65c93cd39cf9992c912b29dcc8f28fb2))

## v3.11.0 (2022-03-16)
### Feature
* Add entity_category to the AlexaMediaSwitches ([#1537](https://github.com/custom-components/alexa_media_player/issues/1537)) ([`3f42a45`](https://github.com/custom-components/alexa_media_player/commit/3f42a4577219c3ab76e50d8f956640376bdcd9d5))
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__ = "3.11.0"
__version__ = "3.11.1"
PROJECT_URL = "https://github.com/custom-components/alexa_media_player/"
ISSUE_URL = f"{PROJECT_URL}issues"

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": "3.11.0",
"version": "3.11.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 = "3.11.0"
version = "3.11.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 7521b64

Please sign in to comment.