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',