Skip to content

Commit

Permalink
chore(main): release pubsublite 1.3.1 (#5694)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


### [1.3.1](pubsublite/v1.3.0...pubsublite/v1.3.1) (2022-04-27)


### Features

* **pubsublite:** set versionClient to module version ([55f0d92](55f0d92))


### Bug Fixes

* **pubsublite:** retry Cancelled stream errors ([#5943](#5943)) ([bbee3d5](bbee3d5))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Apr 27, 2022
1 parent bbee3d5 commit 61e8f5b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubsublite/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"pubsublite": "1.3.0"
"pubsublite": "1.3.1"
}
12 changes: 12 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion pubsublite/internal/version.go
Expand Up @@ -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"

0 comments on commit 61e8f5b

Please sign in to comment.