diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c791aff..8129052ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-bigtable/#history +### [1.7.1](https://github.com/googleapis/python-bigtable/compare/v1.7.0...v1.7.1) (2022-04-04) + + +### Bug Fixes + +* **deps:** require google-api-core >= 1.31.5, >= 2.3.2 on v1 release ([#534](https://github.com/googleapis/python-bigtable/issues/534)) ([d098215](https://github.com/googleapis/python-bigtable/commit/d09821517716660e66c8d3d5219c3c10c1afaf21)) + ## [1.7.0](https://www.github.com/googleapis/python-bigtable/compare/v1.6.1...v1.7.0) (2021-02-09) diff --git a/setup.py b/setup.py index 59d99a17e..ae57ef8f1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-bigtable' description = 'Google Cloud Bigtable API client library' -version = "1.7.0" +version = "1.7.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'