From 36fa521de6d19c8b6301a645f685a16406d0ea5e Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:26:15 +0300 Subject: [PATCH] Release 2.0.1 (#263) --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb7e3a7..f88b97dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2.0.1 (2022-04-08) +------------------- + +*Fixes* +- Only drop pk constraint if table has one +- Don't raise `PrimaryKeyNotFoundException` when a record has a flasy pk value + + 2.0.0 (2022-03-29) ------------------- diff --git a/setup.py b/setup.py index f5877e9b..b004d528 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="2.0.0", + version="2.0.1", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',