Skip to content

Commit

Permalink
chore: bump v0.9.12 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Dec 6, 2022
1 parent 0cc8c9c commit 76804dc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- Release notes generated using configuration in .github/release.yml at master -->

## v0.9.12

### Exciting New Features 🎉

* feat: support tablestore client by @hnlq715 in https://github.com/douyu/jupiter/pull/603

### Other Changes

* fix: resty retry panic by @hnlq715 in https://github.com/douyu/jupiter/pull/604
* feat: improve ci test by @hnlq715 in https://github.com/douyu/jupiter/pull/606

**Full Changelog**: https://github.com/douyu/jupiter/compare/v0.9.11...v0.9.12
<!-- Release notes generated using configuration in .github/release.yml at master -->

## v0.9.11

### Exciting New Features 🎉
Expand Down
2 changes: 1 addition & 1 deletion pkg/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/fatih/color"
)

const jupiterVersion = "v0.9.11"
const jupiterVersion = "v0.9.12"

var (
startTime string
Expand Down

0 comments on commit 76804dc

Please sign in to comment.