Skip to content

Commit

Permalink
bump version to v1.12.3 (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar committed Jun 13, 2023
1 parent 72ec0ac commit b8381cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
TiUP Changelog

## [1.12.3] 2023-6-14

### Fixes

- Fix cannot edit manage_host on an exist cluster in `tiup-cluster` (#2210, @nexustar)
- Fix still use host instead of manage_host in `tiup-cluster` (#2206 #2207, @nexustar)

### Improvement

- Check if the compnoent exists when uninstall in `tiup` (#2209, @srstack)

## [1.12.2] 2023-5-19

### Notes
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
// TiUPVerMinor is the minor version of TiUP
TiUPVerMinor = 12
// TiUPVerPatch is the patch version of TiUP
TiUPVerPatch = 2
TiUPVerPatch = 3
// TiUPVerName is an alternative name of the version
TiUPVerName = "tiup"
// GitHash is the current git commit hash
Expand Down

0 comments on commit b8381cf

Please sign in to comment.