diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a8e5a..cc6dea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog --------- +**0.12.0 (2016-05-08)** + +* Add option to disable ANSI color in output (#15) +* Return nonzero error code on error (#14) +* Change license to GPLv3 + **0.11.0 (2016-05-07)** * Fix error when running toot from crontab (#11) diff --git a/setup.py b/setup.py index f8a01d9..b528dee 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("requirements.txt") as f: setup( name='toot', - version='0.11.0', + version='0.12.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',