Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions google-cloud-speech/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release History

### 0.42.0 / 2020-05-05

#### ⚠ BREAKING CHANGES

* **speech:** use clients created by the new generator

#### Features

* Let Bundler.require load the gem without an extra explicit require call.
* use clients created by the new generator

#### Bug Fixes

* Eliminated a circular require warning.

#### Documentation

* Updated the sample timeouts in the migration guide to reflect seconds
* Fix example streaming call in the migration guide

### 0.41.0 / 2020-03-11

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-speech/lib/google/cloud/speech/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Speech
VERSION = "0.41.0".freeze
VERSION = "0.42.0".freeze
end
end
end