Skip to content

Commit

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


## [1.3.2](pubsublite/v1.3.1...pubsublite/v1.3.2) (2022-06-15)


### Bug Fixes

* **pubsublite:** fixed version in stream headers ([#6181](#6181)) ([25a2ae3](25a2ae3))

---
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 Jun 15, 2022
1 parent 25a2ae3 commit 1215bbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubsublite/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"pubsublite": "1.3.1"
"pubsublite": "1.3.2"
}
7 changes: 7 additions & 0 deletions pubsublite/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.3.2](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.3.1...pubsublite/v1.3.2) (2022-06-15)


### Bug Fixes

* **pubsublite:** fixed version in stream headers ([#6181](https://github.com/googleapis/google-cloud-go/issues/6181)) ([25a2ae3](https://github.com/googleapis/google-cloud-go/commit/25a2ae384b6383b9ac73d600e7e9f34d10979e31))

### [1.3.1](https://github.com/googleapis/google-cloud-go/compare/pubsublite/v1.3.0...pubsublite/v1.3.1) (2022-04-27)


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.1"
const Version = "1.3.2"

0 comments on commit 1215bbd

Please sign in to comment.