From c0fad31505dffc23e55aef97ec133ee68794303a Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Thu, 30 Sep 2021 13:44:41 +0300 Subject: [PATCH] Release 1.14.0 (#208) --- CHANGELOG.md | 5 +++++ setup.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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',