diff --git a/CHANGELOG.md b/CHANGELOG.md index aad38f4..f22cda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.24 + * Mark json fields as `unsupported` instead of throwing exception. If, in the future, we find streams with json fields that have records, we can consider supporting the json field type. [commit](https://github.com/singer-io/tap-salesforce/commit/85e3811b9cb5673e23cab8e7b011d2a3d3064d0f) + ## 1.4.23 * Protect against empty strings for quota config fields [commit](https://github.com/singer-io/tap-salesforce/commit/1133726e20af434d82af8761ba3ad006f49f0b42) diff --git a/setup.py b/setup.py index cb3500e..7306613 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-salesforce', - version='1.4.23', + version='1.4.24', description='Singer.io tap for extracting data from the Salesforce API', author='Stitch', url='https://singer.io',