Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
v1.1.0 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibortezsla authored Feb 22, 2021
1 parent 8020f5c commit f17bd60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.0 (2021-02-22)
-------------------
- Transforms stringified JSONs to JSON objects
- Enable streams to by synced since the last bookmark or start_date with query parameter
- Get more fields for events stream

1.0.2 (2021-01-21)
-------------------
- Fix publishing to PyPI
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
long_description = fh.read()

setup(name='pipelinewise-tap-twilio',
version='1.0.2',
version='1.1.0',
description='Singer.io tap for extracting data from the Twilio API - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
author='TransferWise',
author='Wise',
url='https://github.com/transferwise/pipelinewise-tap-twilio',
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3',
Expand Down

0 comments on commit f17bd60

Please sign in to comment.