From bec15aa3bab049de482323c84cc732fc3f11aaf5 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:29:40 +0200 Subject: [PATCH] Release 1.4.2 (#60) * bump patch * Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5842f1a..000f5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.4.2 (2021-03-15) +------------------ +* Fix a typo + 1.4.1 (2021-03-12) ------------------ * Fix data loss during log based replication by processesing binglog events until a saved Master position. diff --git a/setup.py b/setup.py index f708b00..3b706a1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.4.1', + version='1.4.2', description='Singer.io tap for extracting data from MySQL - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',