Skip to content

Commit

Permalink
Bump 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Mar 4, 2021
1 parent fd3d32d commit c941000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
- run:
name: Installing Golang
command: |
curl -o go.pkg https://dl.google.com/go/go${GO_VERSION}.darwin-amd64.pkg && \
curl --http1.1 -o go.pkg https://dl.google.com/go/go${GO_VERSION}.darwin-amd64.pkg && \
echo "${GO_SHA} go.pkg" | shasum -a 256 -c - && \
sudo installer -pkg go.pkg -target /
- run:
Expand Down
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.4 (2021-03-04)

- Fix race conditions in Hub. ([@palkan][])

Use a single channel for register/unregister and subscribe/unsubscribe to make order of
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.3"
version = "1.0.4"
}

if sha != "" {
Expand Down

0 comments on commit c941000

Please sign in to comment.