Skip to content

Commit 17a2a5e

Browse files
authored
Release 1.2.0 (googleapis#8768)
1 parent 12e92ed commit 17a2a5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

speech/CHANGELOG.md

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

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

7+
## 1.2.0
8+
9+
07-24-2019 17:35 PDT
10+
11+
### New Features
12+
- Add 'client_options' support (via synth). ([#8534](https://github.com/googleapis/google-cloud-python/pull/8534))
13+
14+
### Dependencies
15+
- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709))
16+
- Pin black version (via synth). ([#8596](https://github.com/googleapis/google-cloud-python/pull/8596))
17+
18+
### Documentation
19+
- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705))
20+
- Add compatibility check badges to READMEs. ([#8288](https://github.com/googleapis/google-cloud-python/pull/8288))
21+
722
## 1.1.0
823

924
06-27-2019 16:55 PDT

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 = "1.1.0"
25+
version = "1.2.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)