diff --git a/CHANGELOG.md b/CHANGELOG.md index db3e59cc7..41f03f486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +0.28.0 (2021-01-08) +------------------- + +**New** +- Support environement variables in tap yaml files and rendering them with jinja2 template. + +**Fixes** +- bump pipelinewise-target-snowflake to 1.10.1 +- Map Mysql's `tinyint(1) unsigned` column type to targets' number column type +- Bumping dependencies of Pipelinewise +- Detect the copyright year dynamically + 0.27.0 (2020-12-04) ------------------- diff --git a/setup.py b/setup.py index ca4956830..ad5fbb82d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.27.0', + version='0.28.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', diff --git a/singer-connectors/target-snowflake/requirements.txt b/singer-connectors/target-snowflake/requirements.txt index 747bac28c..f9149f400 100644 --- a/singer-connectors/target-snowflake/requirements.txt +++ b/singer-connectors/target-snowflake/requirements.txt @@ -1 +1 @@ -pipelinewise-target-snowflake==1.10.0 +pipelinewise-target-snowflake==1.10.1