diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index 7e1f9606ea78..4304cd125079 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.24.0" + "pubsub": "1.24.1" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index 6ac17084b7c6..48810b8cd418 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.24.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.24.0...pubsub/v1.24.1) (2022-08-09) + + +### 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) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index 291a237fe1cd..3e6c62c9201f 100644 --- a/pubsub/internal/version.go +++ b/pubsub/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.24.0" +const Version = "1.24.1"