diff --git a/CHANGELOG.md b/CHANGELOG.md index fe07aa3..1c81181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.2.0 (2020-10-29) +------------------- + +- Add optional `denest_properties` optional param +- Fix key properties in the export stream + 1.1.0 (2020-10-29) ------------------- diff --git a/setup.py b/setup.py index a0d7d3b..c16be28 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mixpanel', - version='1.1.0', + version='1.2.0', description='Singer.io tap for extracting data from the mixpanel API - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',