Skip to content

Commit f6513bc

Browse files
1 parent 9d43a38 commit f6513bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

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

7+
### [2.3.3](https://github.com/googleapis/python-bigtable/compare/v2.3.2...v2.3.3) (2021-07-24)
8+
9+
10+
### Bug Fixes
11+
12+
* enable self signed jwt for grpc ([#397](https://github.com/googleapis/python-bigtable/issues/397)) ([9d43a38](https://github.com/googleapis/python-bigtable/commit/9d43a388470746608d324ca8d72f41bb3a4492b7))
13+
714
### [2.3.2](https://github.com/googleapis/python-bigtable/compare/v2.3.1...v2.3.2) (2021-07-20)
815

916

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-bigtable"
2424
description = "Google Cloud Bigtable API client library"
25-
version = "2.3.2"
25+
version = "2.3.3"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)