Skip to content

Commit

Permalink
chore(main): release google-cloud-discovery_engine 0.7.0 (#26014)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 31, 2024
1 parent 13fee97 commit 0ed0c6b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"google-cloud-dialogflow-cx-v3+FILLER": "0.0.0",
"google-cloud-dialogflow-v2": "0.34.0",
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
"google-cloud-discovery_engine": "0.6.0",
"google-cloud-discovery_engine": "0.7.0",
"google-cloud-discovery_engine+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1": "0.8.0",
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
Expand Down
12 changes: 12 additions & 0 deletions google-cloud-discovery_engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### 0.7.0 (2024-05-31)

#### Features

* Add control service APIs
* Promote answer APIs to v1 GA
* Promote grounding check APIs to v1 GA
* Promote ranking APIs to v1 GA
* Promote various APIs to v1 GA ([#25965](https://github.com/googleapis/google-cloud-ruby/issues/25965))
* Support cancelling import operations
* Support writing user events for blended engines

### 0.6.0 (2024-04-19)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module DiscoveryEngine
VERSION = "0.6.0"
VERSION = "0.7.0"
end
end
end

0 comments on commit 0ed0c6b

Please sign in to comment.