Skip to content

Commit

Permalink
chore: release main (#9664)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>speech: 1.23.0</summary>

## [1.23.0](https://togithub.com/googleapis/google-cloud-go/compare/speech/v1.22.1...speech/v1.23.0) (2024-04-04)


### Features

* **speech:** Add `translation_config` in `RecognitionConfig` message ([#9699](https://togithub.com/googleapis/google-cloud-go/issues/9699)) ([dbcdfd7](https://togithub.com/googleapis/google-cloud-go/commit/dbcdfd7843be16573b1683466852242a84891456))
</details>

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Apr 4, 2024
1 parent 3cb490a commit 8c2195c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"shell": "1.7.6",
"shopping": "0.4.0",
"spanner/test/opentelemetry/test": "0.0.0",
"speech": "1.22.1",
"speech": "1.23.0",
"storageinsights": "1.0.6",
"storagetransfer": "1.10.5",
"support": "1.0.5",
Expand Down
8 changes: 7 additions & 1 deletion speech/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/speech/v1.22.1...speech/v1.23.0) (2024-04-04)


### Features

* **speech:** Add `translation_config` in `RecognitionConfig` message ([#9699](https://github.com/googleapis/google-cloud-go/issues/9699)) ([dbcdfd7](https://github.com/googleapis/google-cloud-go/commit/dbcdfd7843be16573b1683466852242a84891456))

## [1.22.1](https://github.com/googleapis/google-cloud-go/compare/speech/v1.22.0...speech/v1.22.1) (2024-03-14)


Expand Down Expand Up @@ -270,4 +277,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).

2 changes: 1 addition & 1 deletion speech/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.22.1"
const Version = "1.23.0"

0 comments on commit 8c2195c

Please sign in to comment.