From 19b2b038b0f9a760e9c61e06c934a48e6356ec03 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:07:51 -0800 Subject: [PATCH] chore: release speech 1.1.0 (#5188) --- speech/CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/speech/CHANGES.md b/speech/CHANGES.md index 376075bbfb1a..aaada6a85c9e 100644 --- a/speech/CHANGES.md +++ b/speech/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.1.0](https://www.github.com/googleapis/google-cloud-go/compare/speech/v1.0.0...speech/v1.1.0) (2022-01-04) + + +### Features + +* **speech:** add result_end_time to SpeechRecognitionResult ([a2c0bef](https://www.github.com/googleapis/google-cloud-go/commit/a2c0bef551489c9f1d0d12b973d3bf095354841e)) +* **speech:** added alternative_language_codes to RecognitionConfig feat: WEBM_OPUS codec feat: SpeechAdaptation configuration feat: word confidence feat: spoken punctuation and spoken emojis feat: hint boost in SpeechContext ([a2c0bef](https://www.github.com/googleapis/google-cloud-go/commit/a2c0bef551489c9f1d0d12b973d3bf095354841e)) + ## 1.0.0 Stabilize GA surface. @@ -15,4 +23,3 @@ Stabilize GA surface. This is the first tag to carve out speech as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). -