diff --git a/CHANGELOG.md b/CHANGELOG.md index c84df37b04..a27d643f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ TiUP Changelog +## [1.13.1] 2023-09-25 + +### Fixes + +- Increase timeout when publish package in `tiup` (#2269, @nexustar) +- Fix pd microservice component id in `tiup-playground` (#2272, @iosmanthus) +- Fix grafana for multiple instances using same host in `tiup-cluster` and `tiup-dm` (#2277, @lastincisor) +- Add cdn workaround (#2285, @nexustar) +- Mirror: fix progress bar is not accurate (#2284, @nexustar) + +### Improvement + +- Support ignore version check when upgrade in `tiup-cluster` and `tiup-dm` (#2282, @nexustar) + ## [1.13.0] 2023-08-26 ### New Features diff --git a/pkg/version/version.go b/pkg/version/version.go index 07dd9d7118..8645e63060 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 13 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 0 + TiUPVerPatch = 1 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash