diff --git a/CHANGELOG.md b/CHANGELOG.md index a9824843..e3df3bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.6.2 (2020-03-23) +------------------- + +- Log inserts, updates and csv size_bytes in a more consumable format + 1.6.1 (2020-03-12) ------------------- diff --git a/setup.py b/setup.py index 911f5c73..aeff5d27 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.6.1", + version="1.6.2", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',