diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b00f7554..a55ef9ce66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## v0.10.2 + +### Other Changes + +* build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 by @dependabot in https://github.com/douyu/jupiter/pull/659 +* fix: grpc test case for grpc-go v1.52.0 by @hnlq715 in https://github.com/douyu/jupiter/pull/661 +* feat: add proto binder for GRPCProxyWrapper by @hnlq715 in https://github.com/douyu/jupiter/pull/652 +* fix: cost uint for echo's access log by @hnlq715 in https://github.com/douyu/jupiter/pull/662 +* fix: grpc intercept order by @hnlq715 in https://github.com/douyu/jupiter/pull/663 +* fix: grpc keepalive time by @hnlq715 in https://github.com/douyu/jupiter/pull/666 +* build(deps): bump github.com/urfave/cli from 1.22.10 to 1.22.11 by @dependabot in https://github.com/douyu/jupiter/pull/664 +* build(deps): bump github.com/cosmtrek/air from 1.40.4 to 1.41.0 by @dependabot in https://github.com/douyu/jupiter/pull/665 + +**Full Changelog**: https://github.com/douyu/jupiter/compare/v0.10.1...v0.10.2 + + ## v0.10.1 ### Other Changes diff --git a/pkg/pkg.go b/pkg/pkg.go index 073bcd6220..d6b0ef645c 100644 --- a/pkg/pkg.go +++ b/pkg/pkg.go @@ -26,7 +26,7 @@ import ( "github.com/fatih/color" ) -const jupiterVersion = "v0.10.1" +const jupiterVersion = "v0.10.2" var ( startTime string