From 9ad45fb52da9bc8d9b015433928c60e4c5e6066c Mon Sep 17 00:00:00 2001 From: Samira <54845154+Samira-El@users.noreply.github.com> Date: Wed, 5 Aug 2020 14:44:54 +0300 Subject: [PATCH] Release 0.21.1 (#501) * bump patch * Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9601ec67..04d542137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.21.1 (2020-08-05) +------------------- + +**Tap MySQL** +- Fix two issues when a new discovery is done after detecting new changes in binlogs. + + 0.21.0 (2020-08-04) ------------------- diff --git a/setup.py b/setup.py index 8ffcbeb01..4147da601 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.21.0', + version='0.21.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',