diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd4a32..f9fffb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.1 (2020-10-02) +------------------ + +- Fixed an issue when `thread_ts` values were not populated correctly in `messages` and `threads` streams + 1.0.0 (2020-09-30) ------------------- diff --git a/setup.py b/setup.py index a4142c3..78d8533 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-slack', - version='1.0.0', + version='1.0.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',