diff --git a/CHANGELOG.md b/CHANGELOG.md index 8730e21..35f20e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ _Changes in the next release_ --- +## v0.15.1 - 2024-12-06 +### Fixed +- Multiple sound output : the current AppleTV device was disable when enabling other airplay devices ([#25](https://github.com/unfoldedcircle/integration-appletv/pull/25)). + ## v0.15.0 - 2024-09-27 ### Added - Add touch gestures as simple commands, support for seeking. Contributed by @albaintor, thanks! ([#24](https://github.com/unfoldedcircle/integration-appletv/pull/24)) diff --git a/driver.json b/driver.json index d1fcdd3..64606dc 100644 --- a/driver.json +++ b/driver.json @@ -41,5 +41,5 @@ } ] }, - "release_date": "2024-11-03" + "release_date": "2024-12-06" }