Skip to content

Commit

Permalink
Bump 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 16, 2021
1 parent 2ca3aa1 commit 35cdedf
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.1.3 (2021-09-16)

- Fixed potential deadlocks in Hub. ([@palkan][])

We noticed that Hub could become unresponsive due to a deadlock on `streamsMu` under a very high load,
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (

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

if modifier != "" {
Expand Down

0 comments on commit 35cdedf

Please sign in to comment.