Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update changelog and bump version (#63)
Browse files Browse the repository at this point in the history
* Update changelog and bump version

* Update CHANGELOG.md
  • Loading branch information
Samira-El authored Feb 18, 2020
1 parent e34ae0d commit 9ae36cb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9ae36cb

Please sign in to comment.