Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 14, 2023
1 parent c298dcc commit 139b091
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"datafusion": "1.6.0",
"datalabeling": "0.7.0",
"dataplex": "1.6.0",
"dataproc": "1.12.0",
"dataproc": "2.0.0",
"dataqna": "0.7.0",
"datastream": "1.7.0",
"deploy": "1.8.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"tpu": "1.5.0",
"trace": "1.9.0",
"translate": "1.7.0",
"video": "1.15.0",
"video": "1.16.0",
"videointelligence": "1.10.0",
"vision/v2": "2.7.0",
"vmmigration": "1.6.0",
Expand Down
12 changes: 12 additions & 0 deletions dataproc/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/dataproc/v1.12.0...dataproc/v2.0.0) (2023-04-14)


### ⚠ BREAKING CHANGES

* **dataproc:** add support for new Dataproc features ([#7479](https://github.com/googleapis/google-cloud-go/issues/7479))

### Features

* **dataproc:** Add support for new Dataproc features ([#7479](https://github.com/googleapis/google-cloud-go/issues/7479)) ([0862303](https://github.com/googleapis/google-cloud-go/commit/0862303712d874f879053527d0ab183b514d0b7d))
* **dataproc:** Update iam and longrunning deps ([91a1f78](https://github.com/googleapis/google-cloud-go/commit/91a1f784a109da70f63b96414bba8a9b4254cddd))

## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/dataproc-v1.11.0...dataproc/v1.12.0) (2023-01-26)


Expand Down
2 changes: 1 addition & 1 deletion dataproc/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.0"
const Version = "2.0.0"
7 changes: 7 additions & 0 deletions video/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/video/v1.15.0...video/v1.16.0) (2023-04-14)


### Features

* **video/transcoder:** Add support for batch processing mode ([c298dcc](https://github.com/googleapis/google-cloud-go/commit/c298dcc14e73fbb5648945b84c23087cafc8179c))

## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.14.0...video/v1.15.0) (2023-04-04)


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.15.0"
const Version = "1.16.0"

0 comments on commit 139b091

Please sign in to comment.