diff --git a/CHANGELOG.md b/CHANGELOG.md index 27596b7..f92b386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index df5b7d6..56a8898 100644 --- a/setup.py +++ b/setup.py @@ -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',