diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eebcc605..a90b6b8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +0.1.1 +----- + +* Add journalist name to Reply object (#125). + 0.1.0 ----- diff --git a/setup.py b/setup.py index b3860bf77..2120352c9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="securedrop-sdk", - version="0.1.0", + version="0.1.1", author="Freedom of the Press Foundation", author_email="securedrop@freedom.press", description="Python client API to access SecureDrop Journalist REST API",