Skip to content

Commit

Permalink
chore: release pubsub/v1.6.1 (googleapis#2648)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex authored and tritone committed Aug 25, 2020
1 parent 9587aef commit 14b3e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -26,7 +26,7 @@ import (

// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
const Repo = "20200722"
const Repo = "20200727"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down
4 changes: 4 additions & 0 deletions pubsub/CHANGES.md
@@ -1,5 +1,9 @@
# Changes

## v1.6.1

- Fix issue where EnableMessageOrdering wasn't being parsed properly to `SubscriptionConfig`.

## v1.6.0

- Fix issue where subscriber streams were limited because it was using a single grpc conn.
Expand Down

0 comments on commit 14b3e7f

Please sign in to comment.