Skip to content

Commit

Permalink
chore: release main (#8560)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Sep 12, 2023
1 parent aaebe09 commit 97dee42
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dialogflow": "1.43.0",
"discoveryengine": "1.2.0",
"dlp": "1.10.1",
"documentai": "1.22.0",
"documentai": "1.22.1",
"domains": "0.9.1",
"edgecontainer": "1.1.1",
"essentialcontacts": "1.6.2",
Expand All @@ -74,9 +74,9 @@
"memcache": "1.10.1",
"metastore": "1.12.0",
"migrationcenter": "0.1.0",
"monitoring": "1.15.1",
"monitoring": "1.16.0",
"netapp": "0.2.0",
"networkconnectivity": "1.12.1",
"networkconnectivity": "1.13.0",
"networkmanagement": "1.9.0",
"networksecurity": "0.9.1",
"notebooks": "1.10.0",
Expand Down Expand Up @@ -116,7 +116,7 @@
"tpu": "1.6.1",
"trace": "1.10.1",
"translate": "1.9.0",
"video": "1.19.0",
"video": "1.20.0",
"videointelligence": "1.11.1",
"vision": "2.7.2",
"vmmigration": "1.7.1",
Expand Down
7 changes: 7 additions & 0 deletions documentai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.22.1](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.22.0...documentai/v1.22.1) (2023-09-12)


### Documentation

* **documentai:** Update client libraries for Enterprise OCR add-ons ([#8549](https://github.com/googleapis/google-cloud-go/issues/8549)) ([0449518](https://github.com/googleapis/google-cloud-go/commit/0449518f8396cc0280c0f3303c103edcee34016b))

## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.21.0...documentai/v1.22.0) (2023-07-26)


Expand Down
2 changes: 1 addition & 1 deletion documentai/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.0"
const Version = "1.22.1"
7 changes: 7 additions & 0 deletions monitoring/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.15.1...monitoring/v1.16.0) (2023-09-12)


### Features

* **monitoring/apiv3:** Added support for retriggering notifications in AlertPolicy ([0449518](https://github.com/googleapis/google-cloud-go/commit/0449518f8396cc0280c0f3303c103edcee34016b))

## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.15.0...monitoring/v1.15.1) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion monitoring/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.15.1"
const Version = "1.16.0"
7 changes: 7 additions & 0 deletions networkconnectivity/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.13.0](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.12.1...networkconnectivity/v1.13.0) (2023-09-12)


### Features

* **networkconnectivity:** Add PolicyBasedRouting APIs ([0449518](https://github.com/googleapis/google-cloud-go/commit/0449518f8396cc0280c0f3303c103edcee34016b))

## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.12.0...networkconnectivity/v1.12.1) (2023-06-20)


Expand Down
2 changes: 1 addition & 1 deletion networkconnectivity/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.12.1"
const Version = "1.13.0"
7 changes: 7 additions & 0 deletions video/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.19.0...video/v1.20.0) (2023-09-12)


### Features

* **video/stitcher:** Refactor RPCs to use LRO ([#8561](https://github.com/googleapis/google-cloud-go/issues/8561)) ([aaebe09](https://github.com/googleapis/google-cloud-go/commit/aaebe097413bd38a969476253e951b7f5274cbbf))

## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.18.0...video/v1.19.0) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion video/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.19.0"
const Version = "1.20.0"

0 comments on commit 97dee42

Please sign in to comment.