Skip to content

Commit 4a02679

Browse files
committed
build: release 0.13.9
1 parent 090b3dc commit 4a02679

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

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

1010
_Changes in the next release_
1111

12+
---
13+
14+
## v0.13.9 - 2026-01-23
1215
### Fixed
13-
- Inconsistent sample rate values ([#174](https://github.com/unfoldedcircle/integration-denonavr/issues/174)).
16+
- Inconsistent sample rate values by @henrikwidlund ([#174](https://github.com/unfoldedcircle/integration-denonavr/issues/174)).
17+
- Invalid mute sensor value by @henrikwidlund ([#176](https://github.com/unfoldedcircle/integration-denonavr/pull/176)).
1418

1519
### Changed
16-
- Avoid waiting for confirmation on advanced video queries ([#175](https://github.com/unfoldedcircle/integration-denonavr/pull/175)).
17-
18-
---
20+
- Avoid waiting for confirmation on advanced video queries by @henrikwidlund ([#175](https://github.com/unfoldedcircle/integration-denonavr/pull/175)).
1921

2022
## v0.13.8 - 2026-01-15
2123
### Changed

driver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"driver_id": "denonavr",
3-
"version": "0.13.8",
3+
"version": "0.13.9",
44
"min_core_api": "0.20.0",
55
"name": {
66
"en": "Denon and Marantz AVR Network Receivers"
@@ -19,5 +19,5 @@
1919
"setup_data_schema": {
2020
"_comment": "set at runtime"
2121
},
22-
"release_date": "2026-01-15"
22+
"release_date": "2026-01-23"
2323
}

0 commit comments

Comments
 (0)