diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 6b304975e3c17ceac78a7949e20ed41fb39c8f15..70d6b5ac1643438d12f9f87edc04735728a0dcfe 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.0' +__version__ = '0.2.0' __version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')]) diff --git a/docs/changelog.rst b/docs/changelog.rst index ced5c0a7ea9d761a2bebcadc5f7f6114f68cc8a5..6e609aac973e5aabf6501a879bc7d98502450eb4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,13 @@ Changelog ========= -next +0.2 ------- +2017-07-09 + +* [feature] can now import artist and releases from youtube and musicbrainz. + This requires a YouTube API key for the search * [breaking] we now check for user permission before serving audio files, which requires a specific configuration block in your reverse proxy configuration: