diff --git a/packages/google-cloud-python-speech/CHANGELOG.md b/packages/google-cloud-python-speech/CHANGELOG.md index 90e758bf4959..808533df1b3b 100644 --- a/packages/google-cloud-python-speech/CHANGELOG.md +++ b/packages/google-cloud-python-speech/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## [2.14.1](https://github.com/googleapis/python-speech/compare/v2.14.0...v2.14.1) (2022-06-06) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#400](https://github.com/googleapis/python-speech/issues/400)) ([a5d2059](https://github.com/googleapis/python-speech/commit/a5d2059d29167ba0ba3f6c07ca7336073ea87053)) + + +### Documentation + +* fix changelog header to consistent size ([#401](https://github.com/googleapis/python-speech/issues/401)) ([233539d](https://github.com/googleapis/python-speech/commit/233539d8b3ef34a236eac9a6662e19e433f427fc)) +* **samples:** resolve library deprecation warnings ([1d4569d](https://github.com/googleapis/python-speech/commit/1d4569d86b9afcc882016abcd60e96583e4efed9)) + ## [2.14.0](https://github.com/googleapis/python-speech/compare/v2.13.1...v2.14.0) (2022-05-11) diff --git a/packages/google-cloud-python-speech/setup.py b/packages/google-cloud-python-speech/setup.py index 5e1ad39e0f49..0b25e0988551 100644 --- a/packages/google-cloud-python-speech/setup.py +++ b/packages/google-cloud-python-speech/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-speech" description = "Google Cloud Speech API client library" -version = "2.14.0" +version = "2.14.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'