diff --git a/CHANGELOG.md b/CHANGELOG.md index 247c3f4..b7420c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.1.2 (2021-03-12) +------------------- +- Fix missing elements for streams without ordered response + 1.1.1 (2021-02-23) ------------------- - Fix wrong JSON parsing of state.json diff --git a/setup.py b/setup.py index 86c3951..35dd266 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-twilio', - version='1.1.1', + version='1.1.2', description='Singer.io tap for extracting data from the Twilio API - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',