Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
Bump 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 5, 2021
1 parent 0efbdcd commit 685a5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 1.0.3 (2021-01-05)

- Handle TLS Redis connections by using VERIFY_NONE mode. ([@palkan][])

- Added `rpc_pending_num` metric. ([@palkan][])
Expand Down
2 changes: 1 addition & 1 deletion utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var (

func init() {
if version == "" {
version = "1.0.2"
version = "1.0.3"
}

if sha != "" {
Expand Down

0 comments on commit 685a5fc

Please sign in to comment.