Skip to content

Commit 0127af7

Browse files
committed
bump version to 1.4.6
1 parent 6a56ea3 commit 0127af7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

custom_components/mopidy/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"requirements": [
1010
"mopidyapi==1.0.0"
1111
],
12-
"version": "1.4.5",
12+
"version": "1.4.6",
1313
"zeroconf": [
1414
{
1515
"type": "_mopidy-http._tcp.local."

mopidy-CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.4.6] - 2022-03-06
8+
### Fixed
9+
- playing from local media (thanks, [koying](https://github.com/koying))
10+
711
## [1.4.5] - 2022-03-05
812
### Added
9-
- Support for media browsing and playing from other components in HA (thanks, [koying](https://github.com/koying)
13+
- Support for media browsing and playing from other components in HA (thanks, [koying](https://github.com/koying))
1014

1115
## [1.4.4] - 2022-02-19
1216
### Fixed

0 commit comments

Comments
 (0)