From 66f777fab7ba6f1ebc0256f9f58b9fadda4663d3 Mon Sep 17 00:00:00 2001 From: jmriego Date: Fri, 22 Jul 2022 15:45:27 +0200 Subject: [PATCH] Release140 (#128) * bump version * updated CHANGELOG Co-authored-by: jvalenzuela --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0def6df..673cbde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.4.0 (2022-07-22) +------------------- +- Refactoring code to make it easier to add improvements +- Support for microseconds +- Fixes for date fields +- Support for ACTIVATE_VERSION +- Fixes for clustering when to Primary Key present + 1.3.1 (2022-03-28) ------------------- - Fix for taps not sending the `time_extracted` field diff --git a/setup.py b/setup.py index ad9e078..2c2d745 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-bigquery", - version="1.3.1", + version="1.4.0", description="Singer.io target for loading data to BigQuery - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',