diff --git a/CHANGELOG.md b/CHANGELOG.md index e172231..91ff4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.3.0 (2016-04-13)** + +* Add: view timeline +* Require an explicit login + **0.2.1 (2016-04-13)** * Fix invalid requirements in setup.py diff --git a/setup.py b/setup.py index 4e6a8af..e5dbb09 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.2.1', + version='0.3.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',