From 4d7aa0684e31cc12da86381b556cad6f60d501fd Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 24 Jan 2021 06:47:21 +0000 Subject: [PATCH] 3.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ custom_components/alexa_media/const.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c38784..d8566cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v3.6.0 (2021-01-24) +### Feature +* Add last_called notify service target ([`d3e35c2`](https://github.com/custom-components/alexa_media_player/commit/d3e35c24d2a6fd017ba1b53d3f7ce468f67c5f6c)) + +### Fix +* Fix deregistration for duplicate HA uuids ([`556d771`](https://github.com/custom-components/alexa_media_player/commit/556d77109d451e81aefba961bd1a8ac31be132de)) +* Update last_called only if changed ([`545783a`](https://github.com/custom-components/alexa_media_player/commit/545783a42e88e54479587ff22bccac3b439f879b)) + ## v3.5.2 (2021-01-23) ### Fix * Bump alexapy to 1.22.2 ([`fe97afe`](https://github.com/custom-components/alexa_media_player/commit/fe97afe43972acdbffe8d5ce47effc9e82a0b337)) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index 097ce755..33828d97 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -9,7 +9,7 @@ """ from datetime import timedelta -__version__ = "3.5.2" +__version__ = "3.6.0" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)