diff --git a/CHANGELOG.md b/CHANGELOG.md index a90b6b8df..729986c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +0.2.0 +----- + +* Support "users" endpoint (#134). +* Update urllib3 from 1.25.8 to 1.25.10 (#136). +* Support "seen" endpoint (#140). +* Add "seen_by" as an attribute on the Submission and Reply objects (#140). + 0.1.1 ----- diff --git a/setup.py b/setup.py index 2120352c9..e879a19a5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="securedrop-sdk", - version="0.1.1", + version="0.2.0", author="Freedom of the Press Foundation", author_email="securedrop@freedom.press", description="Python client API to access SecureDrop Journalist REST API",