Skip to content

Commit

Permalink
Release140 (#128)
Browse files Browse the repository at this point in the history
* bump version

* updated CHANGELOG

Co-authored-by: jvalenzuela <[email protected]>
  • Loading branch information
jmriego and jvalenzuela authored Jul 22, 2022
1 parent 9738d2c commit 66f777f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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',
Expand Down

0 comments on commit 66f777f

Please sign in to comment.