diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 1e43e2e13f56..39529337a9de 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -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", diff --git a/dataproc/CHANGES.md b/dataproc/CHANGES.md index 6e88785588a3..205815a6ec6e 100644 --- a/dataproc/CHANGES.md +++ b/dataproc/CHANGES.md @@ -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-13) + + +### ⚠ 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) diff --git a/dataproc/internal/version.go b/dataproc/internal/version.go index 4518b5fb4070..539400a3112d 100644 --- a/dataproc/internal/version.go +++ b/dataproc/internal/version.go @@ -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"