Skip to content

Commit

Permalink
Bump 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 15, 2021
1 parent baedb5a commit 7c02027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

## 1.1.1 (2021-06-15)

- Fixed potential concurrent read/write in hub. ([@palkan][])

## 1.1.0 🚸 (2021-06-01)

- Added `--max-conn` option to limit simultaneous server connections. ([@skryukov][])
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.0"
version = "1.1.1"
}

if modifier != "" {
Expand Down

0 comments on commit 7c02027

Please sign in to comment.