From 16d18e7bb263a2636dc174f2e2566af4091b80cb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:44:52 +0000 Subject: [PATCH] chore: release 2.4.0 --- CHANGELOG.md | 12 ++++++++++++ setup.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3928cb016..9441c24cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## [2.4.0](https://www.github.com/googleapis/python-pubsub/compare/v2.3.0...v2.4.0) (2021-02-17) + + +### Features + +* add graceful streaming pull shutdown ([#292](https://www.github.com/googleapis/python-pubsub/issues/292)) ([00874fe](https://www.github.com/googleapis/python-pubsub/commit/00874fef4929a3a9e6ee0a8950f252b1851359c2)) + + +### Documentation + +* update samples in documentation ([#254](https://www.github.com/googleapis/python-pubsub/issues/254)) ([999a42f](https://www.github.com/googleapis/python-pubsub/commit/999a42f2175181ff8401b0a1e17607bd9a8bdf49)) + ## [2.3.0](https://www.github.com/googleapis/python-pubsub/compare/v2.2.0...v2.3.0) (2021-02-08) diff --git a/setup.py b/setup.py index 0e0ffdb05..8658542f4 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-pubsub" description = "Google Cloud Pub/Sub API client library" -version = "2.3.0" +version = "2.4.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'