Skip to content

Commit

Permalink
chore(main): release pubsub 1.23.1 (#6295)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 1, 2022
1 parent eed822d commit 675aeb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubsub/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"pubsub": "1.23.0"
"pubsub": "1.23.1"
}
7 changes: 7 additions & 0 deletions pubsub/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.23.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.23.0...pubsub/v1.23.1) (2022-06-30)


### Bug Fixes

* **pubsub:** increase modack deadline RPC timeout ([#6289](https://github.com/googleapis/google-cloud-go/issues/6289)) ([d24600f](https://github.com/googleapis/google-cloud-go/commit/d24600fda7e574a388e8898c2ecc1958d07f4224))

## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.2...pubsub/v1.23.0) (2022-06-23)


Expand Down
2 changes: 1 addition & 1 deletion pubsub/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.23.0"
const Version = "1.23.1"

0 comments on commit 675aeb9

Please sign in to comment.