From 59721b7fe45387f6b9e0ac3f38a2c6c82e8b10bf Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 00:28:35 +0000 Subject: [PATCH] chore(main): release pubsub 1.20.0 --- pubsub/.release-please-manifest.json | 2 +- pubsub/CHANGES.md | 12 ++++++++++++ pubsub/internal/version.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index 8b33def5ed50..42c7d16389f0 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.19.0" + "pubsub": "1.20.0" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index 47e7a3cd01e6..d0465c2aaca2 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.19.0...pubsub/v1.20.0) (2022-04-01) + + +### Features + +* **pubsub/pstest:** add topic retention support ([#4790](https://github.com/googleapis/google-cloud-go/issues/4790)) ([0a4ad6a](https://github.com/googleapis/google-cloud-go/commit/0a4ad6a72ddc379a94a88ec70ac678a227843cfd)) + + +### Bug Fixes + +* **pubsub:** ignore grpc errors in ack/modack ([#5796](https://github.com/googleapis/google-cloud-go/issues/5796)) ([4fb9aec](https://github.com/googleapis/google-cloud-go/commit/4fb9aecd2bc415c846e26eb960859e10e1af61f3)) + ## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.18.0...pubsub/v1.19.0) (2022-03-07) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index ac02a3ce126f..0b0f0e914120 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.19.0" +const Version = "1.20.0"