Skip to content

Commit

Permalink
pubsub: release pubsub/v1.3.1
Browse files Browse the repository at this point in the history
This commit will be tagged pubsub/v1.3.1

Change-Id: I08666f88db63245cb55bfc69ca82e869e50edc0f
  • Loading branch information
hongalex committed Mar 12, 2020
1 parent 6f2c791 commit ba65210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
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 = "20200228"
const Repo = "20200312"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down
5 changes: 5 additions & 0 deletions pubsub/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## v1.3.1

- Fix bug with removing dead letter policy from a subscription
- Set default value of MaxExtensionPeriod to 0, which is functionally equivalent

## v1.3.0

- Update cloud.google.com/go to v0.54.0
Expand Down

0 comments on commit ba65210

Please sign in to comment.