Skip to content

Commit 3cee3da

Browse files
chore: release main (#9049)
🤖 I have created a release *beep* *boop* --- <details><summary>binaryauthorization: 1.8.0</summary> ## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.7.3...binaryauthorization/v1.8.0) (2023-11-29) ### Features * **binaryauthorization:** Add container_name, container_type fields to Continuous Validation Logs ([#9047](https://github.com/googleapis/google-cloud-go/issues/9047)) ([d0f9ff0](https://github.com/googleapis/google-cloud-go/commit/d0f9ff0515eae660f100fd27e258580af4601374)) </details> <details><summary>dialogflow: 1.46.0</summary> ## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.45.0...dialogflow/v1.46.0) (2023-11-29) ### Features * **dialogflow/cx:** Added Generator API ([#9055](https://github.com/googleapis/google-cloud-go/issues/9055)) ([c844d8e](https://github.com/googleapis/google-cloud-go/commit/c844d8e294c188a2e9ac35dd4df081862da30510)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent c844d8e commit 3cee3da

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest-submodules.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"batch": "1.7.0",
2121
"beyondcorp": "1.0.3",
2222
"billing": "1.17.4",
23-
"binaryauthorization": "1.7.3",
23+
"binaryauthorization": "1.8.0",
2424
"certificatemanager": "1.7.4",
2525
"channel": "1.17.3",
2626
"cloudbuild": "1.15.0",
@@ -45,7 +45,7 @@
4545
"dataqna": "0.8.4",
4646
"datastream": "1.10.3",
4747
"deploy": "1.15.0",
48-
"dialogflow": "1.45.0",
48+
"dialogflow": "1.46.0",
4949
"discoveryengine": "1.2.3",
5050
"dlp": "1.11.1",
5151
"documentai": "1.23.6",

binaryauthorization/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.7.3...binaryauthorization/v1.8.0) (2023-11-29)
5+
6+
7+
### Features
8+
9+
* **binaryauthorization:** Add container_name, container_type fields to Continuous Validation Logs ([#9047](https://github.com/googleapis/google-cloud-go/issues/9047)) ([d0f9ff0](https://github.com/googleapis/google-cloud-go/commit/d0f9ff0515eae660f100fd27e258580af4601374))
10+
411
## [1.7.3](https://github.com/googleapis/google-cloud-go/compare/binaryauthorization/v1.7.2...binaryauthorization/v1.7.3) (2023-11-01)
512

613

binaryauthorization/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.7.3"
18+
const Version = "1.8.0"

dialogflow/CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.46.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.45.0...dialogflow/v1.46.0) (2023-11-29)
4+
5+
6+
### Features
7+
8+
* **dialogflow/cx:** Added Generator API ([#9055](https://github.com/googleapis/google-cloud-go/issues/9055)) ([c844d8e](https://github.com/googleapis/google-cloud-go/commit/c844d8e294c188a2e9ac35dd4df081862da30510))
9+
310
## [1.45.0](https://github.com/googleapis/google-cloud-go/compare/dialogflow/v1.44.3...dialogflow/v1.45.0) (2023-11-27)
411

512

dialogflow/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.45.0"
18+
const Version = "1.46.0"

0 commit comments

Comments
 (0)