diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fffb5..4833312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.1.0 (2020-10-20) +------------------ + +- Extract user profiles from `users.list` API endpoint +- Extract message attachments from `conversations.history` API endpoint +- Fixed an issue when incremental bookmarks were not sent correctly in the `STATE` messages + 1.0.1 (2020-10-02) ------------------ diff --git a/setup.py b/setup.py index 799f110..ae3c106 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-slack', - version='1.0.1', + version='1.1.0', description='Singer.io tap for extracting data from the Slack Web API - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',