Skip to content

Commit f4e7c34

Browse files
committed
build: release 0.20.1
1 parent 3fa29c1 commit f4e7c34

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Changes in the next release_
1111

12-
### Changed
13-
- Use journald log levels if running as a systemd service
14-
1512
---
1613

14+
## v0.20.1 - 2025-12-24
15+
### Changed
16+
- Use journald log levels if running as a systemd service ([#89](https://github.com/unfoldedcircle/integration-appletv/pull/89)).
17+
1718
## v0.20.0 - 2025-12-23
1819
### Changed
1920
- Added connection retry when network is not ready. Contributed by @albaintor, thanks! ([#80](https://github.com/unfoldedcircle/integration-appletv/pull/80)).

driver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"driver_id": "appletv",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"min_core_api": "0.7.1",
55
"name": { "en": "Apple TV" },
66
"icon": "uc:integration",
@@ -16,5 +16,5 @@
1616
"setup_data_schema": {
1717
"_comment": "set at runtime"
1818
},
19-
"release_date": "2025-12-23"
19+
"release_date": "2025-12-24"
2020
}

0 commit comments

Comments
 (0)