From 9ae36cb79587b4bad6eb5e91c0569eb80a09ddae Mon Sep 17 00:00:00 2001 From: Samira-El <54845154+Samira-El@users.noreply.github.com> Date: Tue, 18 Feb 2020 15:15:55 +0200 Subject: [PATCH] Update changelog and bump version (#63) * Update changelog and bump version * Update CHANGELOG.md --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca71cf8..ef5a6ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +1.5.0 (2020-02) +------------------- + +- Support custom logging configuration by setting `LOGGING_CONF_FILE` env variable to the absolute path of a .conf file + +1.4.1 (2020-01-31) +------------------- + +- Change default /tmp folder for encrypting files + +1.4.0 (2020-01-28) +------------------- + +- Make AWS key optional and obtain it secondarily from env vars + +1.3.0 (2020-01-15) +------------------- + +- Add temp_dir optional parameter to config + +1.2.1 (2020-01-13) +------------------- + +- Fixed issue when JSON value not sent correctly + +1.2.0 (2020-01-07) +------------------- + +- Load binary data into Snowflake BINARY data type column + +1.1.8 (2019-12-09) +------------------- + +- Add missing module `python-dateutil` + +1.1.7 (2019-12-09) +------------------- + +- Review dates & timestamps and fix them before insert/update + 1.1.6 (2019-11-05) ------------------- diff --git a/setup.py b/setup.py index ca359a56..8842367e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-snowflake", - version="1.4.1", + version="1.5.0", description="Singer.io target for loading data to Snowflake - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',