From 21178655f26240da5227b64988e066586a4ea6b6 Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Tue, 12 Apr 2022 22:14:04 +0800 Subject: [PATCH] bump version 1.9.4 (#1841) --- CHANGELOG.md | 7 +++++++ pkg/version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9806b354af..0aefd1ebfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ TiUP Changelog +## [1.9.4] 2022-04-12 + +## Fixes + +- Fix copy error when file is read only in `tiup-playground` ([#1816](https://github.com/pingcap/tiup/pull/1816), [@breeswish](https://github.com/breeswish)) +- Fix `data-dir` not properly handled for TiCDC v6.0.0 in `tiup-cluster` ([#1838](https://github.com/pingcap/tiup/pull/1838), [@overvenus](https://github.com/overvenus)) + ## [1.9.3] 2022-03-24 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 266e9f9e06..9782d52200 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 9 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 3 + TiUPVerPatch = 4 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash