From 04a62bb4a53a137d842ab58963d924a4e4de8350 Mon Sep 17 00:00:00 2001 From: SIGSEGV Date: Fri, 5 Mar 2021 13:36:54 +0800 Subject: [PATCH] Bump v1.3.4 (#1189) --- CHANGELOG.md | 6 ++++++ pkg/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361c271084..4ce3447b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ TiUP Changelog +## [1.3.4] 2021.03.05 + +### Fixes + +- Fix the issue that tiup-cluster can't gernerate prometheus config ([#1185](https://github.com/pingcap/tiup/pull/1185), [@lucklove](https://github.com/lucklove)) + ## [1.3.3] 2021.03.04 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 4355ce1030..1145d69181 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 3 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 3 + TiUPVerPatch = 4 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash