Skip to content

Commit

Permalink
chore(main): release 2.16.0 (#448)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 3, 2022
1 parent 99fd135 commit a3bb107
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/google-cloud-python-speech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-speech/#history

## [2.16.0](https://github.com/googleapis/python-speech/compare/v2.15.1...v2.16.0) (2022-10-03)


### Features

* Added Speech-to-Text V2 API ([#447](https://github.com/googleapis/python-speech/issues/447)) ([b78cda4](https://github.com/googleapis/python-speech/commit/b78cda46f7b4cac01578832fb6d9ca07887bea52))


### Bug Fixes

* **deps:** Require protobuf >= 3.20.2 ([#446](https://github.com/googleapis/python-speech/issues/446)) ([89ceb17](https://github.com/googleapis/python-speech/commit/89ceb175e326fe63c7fa0363cd79cae05b72ed9b))

## [2.15.1](https://github.com/googleapis/python-speech/compare/v2.15.0...v2.15.1) (2022-08-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-python-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-speech"
description = "Google Cloud Speech API client library"
version = "2.15.1"
version = "2.16.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit a3bb107

Please sign in to comment.