Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 12, 2023
1 parent 0ce8d4c commit 991c03c
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.5.0 (2023-01-12)
### Feature
* Add Amazon Indoor Air Quality Monitor ([#1803](https://github.com/custom-components/alexa_media_player/issues/1803)) ([`09915ea`](https://github.com/custom-components/alexa_media_player/commit/09915eafa8b8b54e8f00b8053b582538b5d96b02))

## v4.4.0 (2022-12-24)
### Feature
* Add debug loggers support ([`37a795d`](https://github.com/custom-components/alexa_media_player/commit/37a795d42367f2e1527a01c9177c41443ccc386b))
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 @@ -14,7 +14,7 @@
PERCENTAGE,
)

__version__ = "4.4.0"
__version__ = "4.5.0"
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.4.0",
"version": "4.5.0",
"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.4.0"
version = "4.5.0"
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 991c03c

Please sign in to comment.