Skip to content

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/google-cloud-bigquery-storage/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigquery-storage/#history
66

7+
### [2.6.2](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.6.1...v2.6.2) (2021-07-28)
8+
9+
10+
### Bug Fixes
11+
12+
* enable self signed jwt for grpc ([#249](https://www.github.com/googleapis/python-bigquery-storage/issues/249)) ([a7e8d91](https://www.github.com/googleapis/python-bigquery-storage/commit/a7e8d913fc3de67a3f38ecbd35af2f9d1a33aa8d))
13+
14+
15+
### Documentation
16+
17+
* remove duplicate code samples ([#246](https://www.github.com/googleapis/python-bigquery-storage/issues/246)) ([303f273](https://www.github.com/googleapis/python-bigquery-storage/commit/303f2732ced38e491df92e965dd37bac24a61d2f))
18+
* add Samples section to CONTRIBUTING.rst ([#241](https://www.github.com/googleapis/python-bigquery-storage/issues/241)) ([5d02358](https://www.github.com/googleapis/python-bigquery-storage/commit/5d02358fbd397cafcc1169d829859fe2dd568645))
19+
20+
721
### [2.6.1](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.6.0...v2.6.1) (2021-07-20)
822

923

packages/google-cloud-bigquery-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-bigquery-storage"
2323
description = "BigQuery Storage API API client library"
24-
version = "2.6.1"
24+
version = "2.6.2"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)