diff --git a/speech/CHANGELOG.md b/speech/CHANGELOG.md index 8a9021c27a5b..eeb751f348d4 100644 --- a/speech/CHANGELOG.md +++ b/speech/CHANGELOG.md @@ -4,6 +4,25 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## 1.0.0 + +03-18-2019 08:05 PDT + + +### Implementation Changes +- Remove unused message exports. ([#7275](https://github.com/googleapis/google-cloud-python/pull/7275)) + +### New Features +- Promote google-cloud-speech to GA ([#7525](https://github.com/googleapis/google-cloud-python/pull/7525)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) + +### Internal / Testing Changes +- Speech: copy lintified proto files (via synth). +- Add clarifying comment to blacken nox target. ([#7404](https://github.com/googleapis/google-cloud-python/pull/7404)) +- Copy proto files alongside protoc versions. Remove unneeded utf-8 header. + ## 0.36.3 01-31-2019 09:57 PST diff --git a/speech/setup.py b/speech/setup.py index c0fdc7b562d3..4a0344616d64 100644 --- a/speech/setup.py +++ b/speech/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-speech' description = 'Google Cloud Speech API client library' -version = '0.36.3' +version = '1.0.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'