Skip to content

Commit

Permalink
chore(main): release pubsub 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 23, 2022
1 parent b7bac2f commit ea24cda
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubsub/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"pubsub": "1.24.0"
"pubsub": "1.25.0"
}
12 changes: 12 additions & 0 deletions pubsub/CHANGES.md
@@ -1,5 +1,17 @@
# Changes

## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.24.0...pubsub/v1.25.0) (2022-08-23)


### Features

* **pubsub:** support exactly once delivery ([#6506](https://github.com/googleapis/google-cloud-go/issues/6506)) ([74da335](https://github.com/googleapis/google-cloud-go/commit/74da335fea6cd70b27808507f2e58ae53f5f4910))


### Documentation

* **pubsub:** typo ([#6453](https://github.com/googleapis/google-cloud-go/issues/6453)) ([34d839e](https://github.com/googleapis/google-cloud-go/commit/34d839ec546633a0fb7f73448337ac8d8c796acd))

## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.23.1...pubsub/v1.24.0) (2022-07-18)


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.24.0"
const Version = "1.25.0"

0 comments on commit ea24cda

Please sign in to comment.