diff --git a/README.rst b/README.rst index c43b4c26..349d6384 100644 --- a/README.rst +++ b/README.rst @@ -97,6 +97,13 @@ Project resources Changelog ========= +v1.1.2 (2014-02-18) +------------------- + +- Wait for track to be loaded before playing it. This fixes playback of tracks + looked up directly by URI, and not through a playlist or search. (Fixes: + mopidy/mopidy#675) + v1.1.1 (2014-02-16) ------------------- diff --git a/mopidy_spotify/__init__.py b/mopidy_spotify/__init__.py index aaa8e95f..550ee6e6 100644 --- a/mopidy_spotify/__init__.py +++ b/mopidy_spotify/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, ext -__version__ = '1.1.1' +__version__ = '1.1.2' class Extension(ext.Extension):