Skip to content

Commit

Permalink
chore(main): release pubsub 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 15, 2022
1 parent a679a5a commit d5414a1
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.25.1"
"pubsub": "1.25.2"
}
7 changes: 7 additions & 0 deletions pubsub/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

## [1.25.2](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.25.1...pubsub/v1.25.2) (2022-09-15)


### Bug Fixes

* **pubsub:** Remove unused AckResult map ([#6656](https://github.com/googleapis/google-cloud-go/issues/6656)) ([5f69002](https://github.com/googleapis/google-cloud-go/commit/5f690022551ac584e5c66af4324a17d7044a898d))

## [1.25.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.25.0...pubsub/v1.25.1) (2022-08-24)


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.25.1"
const Version = "1.25.2"

0 comments on commit d5414a1

Please sign in to comment.