diff --git a/pubsublite/.release-please-manifest.json b/pubsublite/.release-please-manifest.json index 721a325f257..87094f287b8 100644 --- a/pubsublite/.release-please-manifest.json +++ b/pubsublite/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsublite": "1.3.0" + "pubsublite": "1.3.1" } diff --git a/pubsublite/CHANGES.md b/pubsublite/CHANGES.md index bc5f823f4dc..dd99c6b1856 100644 --- a/pubsublite/CHANGES.md +++ b/pubsublite/CHANGES.md @@ -1,5 +1,17 @@ # Changes +### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.3.0...pubsublite/v1.3.1) (2022-04-27) + + +### Features + +* **pubsublite:** set versionClient to module version ([55f0d92](https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9)) + + +### Bug Fixes + +* **pubsublite:** retry Cancelled stream errors ([#5943](https://github.com/googleapis/google-cloud-go/issues/5943)) ([bbee3d5](https://github.com/googleapis/google-cloud-go/commit/bbee3d54dc754f424abe48a5a4eed7eac13770b6)) + ## [1.3.0](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.2.2...pubsublite/v1.3.0) (2022-02-15) diff --git a/pubsublite/internal/version.go b/pubsublite/internal/version.go index bb0feadfd27..38847e20366 100644 --- a/pubsublite/internal/version.go +++ b/pubsublite/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.3.0" +const Version = "1.3.1"