From 481715fafb760f28c5a537ac0b17fcb2bd073441 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:23:42 +0000 Subject: [PATCH] prep for release v1.1.1 (#30) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4833312..8fb617d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.1.1 (2023-02-28) +------------------ +- Use `slack-sdk` instead of deprecated `slackclient` library. +- Increase page size when extracting user profiles from `users.list` API endpoint to circumvent rate limiting. + 1.1.0 (2020-10-20) ------------------ diff --git a/setup.py b/setup.py index 10f3027..16a31ff 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-slack', - version='1.1.0', + version='1.1.1', description='Singer.io tap for extracting data from the Slack Web API - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',