diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ff4d1..8f4c1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog --------- +**0.4.0 (2016-04-15)** + +* Add `upload` command to post media +* Add `--visibility` and `--media` options to `post` command + **0.3.0 (2016-04-13)** * Add: view timeline diff --git a/setup.py b/setup.py index e5dbb09..5bc93cd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.rst") as readme: setup( name='toot', - version='0.3.0', + version='0.4.0', description='Interact with Mastodon social networks from the command line.', long_description=long_description, author='Ivan Habunek',