diff --git a/google-cloud-speech/CHANGELOG.md b/google-cloud-speech/CHANGELOG.md index 86760a37f068..b49f9c09c2a4 100644 --- a/google-cloud-speech/CHANGELOG.md +++ b/google-cloud-speech/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## [2.10.0](https://www.github.com/googleapis/python-speech/compare/v2.9.3...v2.10.0) (2021-10-08) + + +### Features + +* add context manager support in client ([#268](https://www.github.com/googleapis/python-speech/issues/268)) ([a5e2005](https://www.github.com/googleapis/python-speech/commit/a5e200515c621695c8c8ed76f739e0b744f32382)) + ### [2.9.3](https://www.github.com/googleapis/python-speech/compare/v2.9.2...v2.9.3) (2021-10-04) diff --git a/google-cloud-speech/setup.py b/google-cloud-speech/setup.py index 57aaf1297e6f..1b945cbdc7d5 100644 --- a/google-cloud-speech/setup.py +++ b/google-cloud-speech/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-speech" description = "Google Cloud Speech API client library" -version = "2.9.3" +version = "2.10.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'