diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9885f5..9c9a0d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.14.0 (2021-09-30) +------------------- +- Add support for `date` property format +- Stop logging record when error happens + 1.13.1 (2021-07-15) ------------------- - Fixed an issue with S3 metadata required for decryption not being included in archived load files. diff --git a/setup.py b/setup.py index 01cce353..cc1f782b 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,11 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.13.1", + version="1.14.0", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown', - author="TransferWise", + author="Wise", url='https://github.com/transferwise/pipelinewise-target-snowflake', classifiers=[ 'License :: OSI Approved :: Apache Software License',