From 5132805e19da47282f9c9be3a2f6720543e5a8a7 Mon Sep 17 00:00:00 2001 From: Kyle Allan Date: Thu, 12 Jul 2018 13:56:25 -0400 Subject: [PATCH] bump to 1.4.16 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c839b4a4..1af42b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.16 + * Fixes a few bugs with PK chunking including allowing a custom table to be chunked by its parent table [#51](https://github.com/singer-io/tap-salesforce/pull/51) + ## 1.4.15 * Added a correct else condition to fix an error being raised during the PK Chunking query [#50](https://github.com/singer-io/tap-salesforce/pull/50) diff --git a/setup.py b/setup.py index a449feed..a43f64d1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-salesforce', - version='1.4.15', + version='1.4.16', description='Singer.io tap for extracting data from the Salesforce API', author='Stitch', url='https://singer.io',