diff --git a/CHANGELOG.rst b/CHANGELOG.rst index df9d857..1bdcc1e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,21 @@ RTV Changelog ============= +.. _1.2.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2.2 .. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1 .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 +------------------ +1.2.2_ (2015-04-07 +------------------ +Bugfixes + +* Fixed default subreddit not being set. + +Documentation + +* Added changelog and contributor links to the README. + ------------------- 1.2.1_ (2015-04-06) ------------------- diff --git a/rtv/__version__.py b/rtv/__version__.py index 3f262a6..923b987 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1 +1 @@ -__version__ = '1.2.1' +__version__ = '1.2.2'