Skip to content

Commit 7cb85b9

Browse files
committed
Bump v1.1.2 (#776)
Signed-off-by: lucklove <[email protected]>
1 parent d4b08a5 commit 7cb85b9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
TiUP Changelog
22

3+
## [1.1.2] 2020.09.11
4+
5+
### Fixes
6+
7+
- Fix the issue that tikv store leader count is not correct ([#762](https://github.com/pingcap/tiup/pull/762))
8+
- Fix the issue that tiflash's data is not clean up ([#768](https://github.com/pingcap/tiup/pull/768))
9+
- Fix the issue that `tiup cluster deploy --help` display wrong help message ([#758](https://github.com/pingcap/tiup/pull/758))
10+
- Fix the issue that tiup-playground can't display and scale ([#749](https://github.com/pingcap/tiup/pull/749))
11+
312
## [1.1.1] 2020.09.01
413

514
### Fixes

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424
// TiUPVerMinor is the minor version of TiUP
2525
TiUPVerMinor = 1
2626
// TiUPVerPatch is the patch version of TiUP
27-
TiUPVerPatch = 1
27+
TiUPVerPatch = 2
2828
// TiUPVerName is alternative name of the version
2929
TiUPVerName = "tiup"
3030
// GitHash is the current git commit hash

0 commit comments

Comments
 (0)