diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index 42c7d16389f0..320a394e0ded 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.20.0" + "pubsub": "1.20.1" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index fcab7b66ad71..a46b1b5f00dc 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,13 @@ # Changes +### [1.20.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.20.0...pubsub/v1.20.1) (2022-04-25) + + +### 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..e939b9f5e080 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.20.1"