From bf908b68bbf2ee7252cda9de98ef92573d61ad3e Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Thu, 12 Sep 2019 15:33:38 +0800 Subject: [PATCH] Changelog: Add 1.0.1 (#284) * 1.0.1 changelog * link to the 280 pr * add 274 in changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82fa005ed..dce48547cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.1] 2019-09-10 + +#### Bug fixes + +- Fix a bug that may cause database connection re-establish too frequent [#280](https://github.com/pingcap/dm/pull/280) +- Fix a potential panic bug when we query-status during subtask unit transforming between different units [#274](https://github.com/pingcap/dm/pull/274) + ## [1.0.0] 2019-09-06 ### v1.0.0 What's New