diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..98b2f26 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +1.0.0 (2020-06-09) +------------------- + +- Initial release diff --git a/setup.py b/setup.py index 82928c9..5c38155 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name="pipelinewise-target-bigquery", - version="0.2.0", + version="1.0.0", description="Singer.io target for loading data to BigQuery - PipelineWise compatible", long_description=long_description, long_description_content_type='text/markdown',