Skip to content

Commit

Permalink
chore(main): release google-cloud-discovery_engine-v1 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 10, 2024
1 parent 548aae0 commit 42b295f
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -275,7 +275,7 @@
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
"google-cloud-discovery_engine": "0.3.0",
"google-cloud-discovery_engine+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1": "0.4.2",
"google-cloud-discovery_engine-v1": "0.5.0",
"google-cloud-discovery_engine-v1+FILLER": "0.0.0",
"google-cloud-discovery_engine-v1beta": "0.8.0",
"google-cloud-discovery_engine-v1beta+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-discovery_engine-v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 0.5.0 (2024-02-10)

#### Features

* add engine support for multi-turn search and search APIs ([#24790](https://github.com/googleapis/google-cloud-ruby/issues/24790))
* add suggestion deny list import/purge APIs ([#24790](https://github.com/googleapis/google-cloud-ruby/issues/24790))
* support search summarization with citations and references ([#24790](https://github.com/googleapis/google-cloud-ruby/issues/24790))
#### Documentation

* keep the API doc up-to-date with recent changes ([#24790](https://github.com/googleapis/google-cloud-ruby/issues/24790))

### 0.4.2 (2024-02-01)

#### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module DiscoveryEngine
module V1
VERSION = "0.4.2"
VERSION = "0.5.0"
end
end
end
Expand Down

0 comments on commit 42b295f

Please sign in to comment.