From 9d7fb42a510631d8eb41632e72160d82b90f264a Mon Sep 17 00:00:00 2001 From: Allie Crevier Date: Wed, 21 Oct 2020 09:51:56 -0700 Subject: [PATCH] securedrop-sdk 0.2.0 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",