diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2f044..06c0a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.0 (2020-12-01) + * Add BATCH message type + ## 1.1.4 (2020-11-05) * Update pytz pin to wider range diff --git a/setup.py b/setup.py index 0d23ac2..3558fcb 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name="pipelinewise-singer-python", - version='1.1.4', + version='1.2.0', description="Singer.io utility library - PipelineWise compatible", long_description=long_description, long_description_content_type="text/markdown",