diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1c8eb..1b025ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index d561ccf..cba76d8 100644 --- a/setup.py +++ b/setup.py @@ -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',