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

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 1, 2021
1 parent a06b824 commit 714945f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.0 🚸 (2021-06-01)

- Added `--max-conn` option to limit simultaneous server connections. ([@skryukov][])

- Added `data_sent_bytes_total` and `data_rcvd_bytes_total` metrics. ([@palkan][])
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ go get -d -u -f github.com/anycable/anycable-go/cmd/anycable-go && (cd $GOPATH/s

## Upgrade

For instructions on how to upgrade to a newer version see [upgrade notes](https://docs.anycable.io/#/upgrade-notes/0_6_0_to_1_0_0?id=anycable-go).
For instructions on how to upgrade to a newer version see [upgrade notes](https://docs.anycable.io/#/upgrade-notes/Readme.md).

### Heroku

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.rc1"
version = "1.1.0"
}

if modifier != "" {
Expand Down

0 comments on commit 714945f

Please sign in to comment.