Skip to content

Commit

Permalink
bump version to v1.15.3
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Jun 26, 2024
1 parent 8f7230f commit 34f74ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
TiUP Changelog

## [1.15.3] 2024-06-27

### Improvements

- Remove tombstone nodes of pd when executing `tiup cluster prune` (#2044, @nexustar)
- Redact `-p` (password) arguments in command execution (#2425, @nexustar)

## [1.15.2] 2024-05-28

### Improvements
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 = 15
// 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 34f74ab

Please sign in to comment.