Skip to content

Commit

Permalink
chore(main): release 2.20.2 (#1121)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 15, 2024
1 parent b808507 commit bb62966
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
".": "2.20.1"
".": "2.20.2"
}

8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,14 @@
[1]: https://pypi.org/project/google-cloud-pubsub/#history


## [2.20.2](https://github.com/googleapis/python-pubsub/compare/v2.20.1...v2.20.2) (2024-03-15)


### Documentation

* **samples:** Add Create Topic with Kinesis IngestionDataSourceSettings Sample ([#1120](https://github.com/googleapis/python-pubsub/issues/1120)) ([83dc9ff](https://github.com/googleapis/python-pubsub/commit/83dc9fff13aa35518fb9b6a73472816da852d975))
* **samples:** Update Topic with Kinesis Ingestion Settings ([#1123](https://github.com/googleapis/python-pubsub/issues/1123)) ([e0e2d83](https://github.com/googleapis/python-pubsub/commit/e0e2d831da8d17288c3ae8900bea2388ce8758af))

## [2.20.1](https://github.com/googleapis/python-pubsub/compare/v2.20.0...v2.20.1) (2024-03-06)


Expand Down
2 changes: 1 addition & 1 deletion google/pubsub/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.20.1" # {x-release-please-version}
__version__ = "2.20.2" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/pubsub_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.20.1" # {x-release-please-version}
__version__ = "2.20.2" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-pubsub",
"version": "2.20.1"
"version": "2.20.2"
},
"snippets": [
{
Expand Down

0 comments on commit bb62966

Please sign in to comment.