Skip to content

Commit

Permalink
v1.5.0: create new release (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: jmriego <jmriego@telefonica.net>
  • Loading branch information
jmriego and jmriego authored Jun 10, 2023
1 parent 37104fc commit 41e4e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.5.0 (2023-06-10)
-------------------
- Added a new append_only config to allow for only inserting new rows and not updating existing data

1.4.1 (2022-08-02)
-------------------
- Fix: Instead of failing, use only the first 4 primary keys when clustering if more than 5 primary keys are defined by the tap stream's schema.
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.4.1",
version="1.5.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 41e4e64

Please sign in to comment.