Skip to content

Commit

Permalink
Bump 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 16, 2021
1 parent b05b82c commit 494da92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## master

## 1.1.4 (2021-11-16)

- Add `rpc_max_call_recv_size` and `rpc_max_call_send_size` options to allow modifying the corresponding limits for gRPC client connection. ([@palkan][])

## 1.1.3 (2021-09-16)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -8,7 +8,7 @@ var (

func init() {
if version == "" {
version = "1.1.3"
version = "1.1.4"
}

if modifier != "" {
Expand Down

0 comments on commit 494da92

Please sign in to comment.