diff --git a/README.rst b/README.rst index 58f7467..e496d77 100644 --- a/README.rst +++ b/README.rst @@ -65,6 +65,11 @@ Project resources Changelog ========= +v1.2.2 (2014-03-26) +------------------- + +- Update Soundcloud API endpoint + v1.2.1 (2014-02-21) ------------------- diff --git a/mopidy_soundcloud/__init__.py b/mopidy_soundcloud/__init__.py index e585c93..b8371d1 100644 --- a/mopidy_soundcloud/__init__.py +++ b/mopidy_soundcloud/__init__.py @@ -6,7 +6,7 @@ from mopidy.exceptions import ExtensionError -__version__ = '1.2.1' +__version__ = '1.2.2' __url__ = 'https://github.com/mopidy/mopidy-soundcloud'