diff --git a/CHANGELOG.md b/CHANGELOG.md index bccab28..3df4d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.6.0 (2016-04-17)** + +* Add `whoami` command +* Migrate from `optparse` to `argparse` + **0.5.0 (2016-04-16)** * Add `search`, `follow` and `unfollow` commands diff --git a/setup.py b/setup.py index 5006ed2..6c6e856 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.5.0', + version='0.6.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',