Skip to content

Commit

Permalink
Merge pull request #119 from mcarlton00/version-bump-1.0.3
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
mcarlton00 committed Feb 26, 2022
2 parents 005dc7d + fb0d6b8 commit 036b233
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v1.0.3
---------------------------------------

- Include bitrates for tracks
- Support incremental volume up/down commands
- Add image support
- Attempt to reconnect websocket connection when it fails
- Implement jellyfin:playlists uri for Iris

v1.0.2
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_jellyfin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mopidy import config, ext


__version__ = '1.0.2'
__version__ = '1.0.3'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 036b233

Please sign in to comment.