diff --git a/CHANGELOG.md b/CHANGELOG.md index ee17ce94..f68e9e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +1.15.0 (2022-01-14) +------------------- + +*Added* +- Support parallelism for table stages + +*Fixes* +- Emit last encountered state message if there are no records. + +*Changes* +- Migrate CI to github actions +- Bump dependencies + + 1.14.1 (2021-10-14) ------------------- - Increase `max_records` when selecting columns by an order of magnitude diff --git a/setup.py b/setup.py index 3fd259d4..4f0e3364 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.14.1", + version="1.15.0", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',