Skip to content

Commit

Permalink
Release 1.2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Dec 20, 2021
1 parent a5ef817 commit 38f9b36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.0 (2021-12-20)
-------------------
- Allow `REPEATED` fields of type `RECORD` to be created.
- bump pylint

1.1.2 (2021-12-02)
-------------------
- bump joblib to 1.1.0 to fix issue https://github.com/transferwise/pipelinewise-target-bigquery/issues/7
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-bigquery",
version="1.1.2",
version="1.2.0",
description="Singer.io target for loading data to BigQuery - PipelineWise compatible",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 38f9b36

Please sign in to comment.