diff --git a/CHANGELOG.md b/CHANGELOG.md index b20374f70d..d267472d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ TiUP Changelog +## [1.1.1] 2020.09.01 + +### Fixes + +- Remove the username `root` in sudo command [#731](https://github.com/pingcap/tiup/issues/731) +- Transfer the default alertmanager.yml if the local config file not specified [#735](https://github.com/pingcap/tiup/issues/735) +- Only remove corresponed config files in InitConfig for monitor service in case it's a shared directory [#736](https://github.com/pingcap/tiup/issues/736) + ## [1.1.0] 2020.08.28 ### New Features diff --git a/pkg/version/version.go b/pkg/version/version.go index 1e45c3c2bf..c9a71cdbdc 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 1 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 0 + TiUPVerPatch = 1 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash