diff --git a/CHANGELOG.md b/CHANGELOG.md index ff530163f..c77565450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +0.0.4 +----- + +* Rename default proxy VM from sd-journalist to sd-proxy (#43). +* Get stderr text when using Qubes proxy (#38). +* Parse reply UUID (#42). +* Fix incorrect error message when downloading a file (#36). + 0.0.3 ----- diff --git a/setup.py b/setup.py index bffe57651..62f676379 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="securedrop-sdk", - version="0.0.3", + version="0.0.4", author="Kushal Das", author_email="kushal@freedom.press", description="Python client API to access SecureDrop Journalist REST API",