diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index cfbe80dbdb55..b4105fd93e6e 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.22.1" + "pubsub": "1.22.2" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index c02672b6c854..3392c92f9290 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.22.2](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.1...pubsub/v1.22.2) (2022-06-03) + + +### Bug Fixes + +* **pubsub:** fix iterator distribution bound calculations ([#6125](https://github.com/googleapis/google-cloud-go/issues/6125)) ([6c470ff](https://github.com/googleapis/google-cloud-go/commit/6c470ff02072d7af32ee07a772c5d0796b545a45)) + ## [1.22.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.0...pubsub/v1.22.1) (2022-06-02) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index 08bddba74861..f34a85df50dc 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.22.1" +const Version = "1.22.2"