diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index 42c7d16389f0..5a77dec482ff 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.20.0" + "pubsub": "1.21.0" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index fcab7b66ad71..270d0a4cc672 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.20.0...pubsub/v1.21.0) (2022-04-26) + + +### Features + +* **pubsub:** deprecate synchronous mode ([#5910](https://github.com/googleapis/google-cloud-go/issues/5910)) ([bda5179](https://github.com/googleapis/google-cloud-go/commit/bda5179fa240b1468cd1043128493f634be28986)) + + +### Bug Fixes + +* **pubsub:** enable updating enable_exactly_once_delivery in fake pubsub ([#5940](https://github.com/googleapis/google-cloud-go/issues/5940)) ([ee44bf6](https://github.com/googleapis/google-cloud-go/commit/ee44bf646af1c38ed0943a997051b0225e22a6bf)) +* **pubsub:** nack messages properly with error from receive scheduler ([#5909](https://github.com/googleapis/google-cloud-go/issues/5909)) ([80edea4](https://github.com/googleapis/google-cloud-go/commit/80edea40dd722efb3c15cd3de3f24e0e7ad08ed7)) + ## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.19.0...pubsub/v1.20.0) (2022-04-11) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index 0b0f0e914120..b1672963f6c5 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.20.0" +const Version = "1.21.0"