Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c32b3a4

Browse files
chore(main): release 2.15.0 (#415)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 12c68d6 commit c32b3a4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/google-cloud-speech/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [2.15.0](https://github.com/googleapis/python-speech/compare/v2.14.1...v2.15.0) (2022-07-14)
8+
9+
10+
### Features
11+
12+
* add audience parameter ([068f8e8](https://github.com/googleapis/python-speech/commit/068f8e87ec08b82f957b461d397370e38faccd29))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#416](https://github.com/googleapis/python-speech/issues/416)) ([87ad726](https://github.com/googleapis/python-speech/commit/87ad7260dfd6298a85c3caaa26504228c70802a4))
18+
* require python 3.7+ ([#414](https://github.com/googleapis/python-speech/issues/414)) ([8961725](https://github.com/googleapis/python-speech/commit/896172595815520f06b2a8260516032e2d06c79c))
19+
720
## [2.14.1](https://github.com/googleapis/python-speech/compare/v2.14.0...v2.14.1) (2022-06-06)
821

922

packages/google-cloud-speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

0 commit comments

Comments
 (0)