Skip to content

Commit

Permalink
3.6.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and semantic-release committed Jan 24, 2021
1 parent 510c4d1 commit d1a2e73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.6.2 (2021-01-24)
### Fix
* Add delay on consecutive service updates ([`7ec02a8`](https://github.com/custom-components/alexa_media_player/commit/7ec02a8761bf5361eaef70a347acdacac62119d7))
* Fix missing target devices ([`a2fff11`](https://github.com/custom-components/alexa_media_player/commit/a2fff116448427fe8074899fff28f15364448b9a))

## v3.6.1 (2021-01-24)
### Fix
* Fix announce for second account ([`14c9a12`](https://github.com/custom-components/alexa_media_player/commit/14c9a1263a90f2ed73e8dd284e6b10150ffda533))
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 @@ -9,7 +9,7 @@
"""
from datetime import timedelta

__version__ = "3.6.1"
__version__ = "3.6.2"
PROJECT_URL = "https://github.com/custom-components/alexa_media_player/"
ISSUE_URL = "{}issues".format(PROJECT_URL)

Expand Down

0 comments on commit d1a2e73

Please sign in to comment.