diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b85cc..2fddd41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.5 + + * Performance improvement, increased default `page_size` limit to 500 as per [api docs](https://pipedrive.readme.io/docs/core-api-concepts-pagination) + * Added support for page_size in config + ## 1.1.4 * Fixed `NoneType` and Transformstion issues for Anamolous Failed Jobs [#120](https://github.com/singer-io/tap-pipedrive/pull/120) diff --git a/setup.py b/setup.py index 004a6c4..71016f3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name="tap-pipedrive", - version="1.1.4", + version="1.1.5", description="Singer.io tap for extracting data from the Pipedrive API", author="Stitch", author_email="dev@stitchdata.com",