diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 12750bc1f577..fde8065a6cd9 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -26,7 +26,7 @@ "cloudbuild": "1.11.0", "clouddms": "1.6.1", "cloudtasks": "1.11.1", - "compute": "1.21.0", + "compute": "1.22.0", "compute/metadata": "0.2.3", "confidentialcomputing": "0.3.1", "contactcenterinsights": "1.10.0", @@ -113,7 +113,7 @@ "tpu": "1.6.1", "trace": "1.10.1", "translate": "1.8.1", - "video": "1.17.1", + "video": "1.18.0", "videointelligence": "1.11.1", "vision": "2.7.2", "vmmigration": "1.7.1", diff --git a/compute/CHANGES.md b/compute/CHANGES.md index e15fe3eb4c1a..a3708e4a921b 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.21.0...compute/v1.22.0) (2023-07-10) + + +### Features + +* **compute:** Update Compute Engine API to revision 20230701 ([#821](https://github.com/googleapis/google-cloud-go/issues/821)) ([#8239](https://github.com/googleapis/google-cloud-go/issues/8239)) ([043dd8c](https://github.com/googleapis/google-cloud-go/commit/043dd8c1bfc436a6d1559c804883ed8b08087f3c)) + ## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.20.1...compute/v1.21.0) (2023-07-10) diff --git a/compute/internal/version.go b/compute/internal/version.go index b1672963f6c5..eddfee04b0b3 100644 --- a/compute/internal/version.go +++ b/compute/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.21.0" +const Version = "1.22.0" diff --git a/video/CHANGES.md b/video/CHANGES.md index aeb9efcec9a7..d853abb3ebc5 100644 --- a/video/CHANGES.md +++ b/video/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/video/v1.17.1...video/v1.18.0) (2023-07-10) + + +### Features + +* **video/transcoder:** Added support for segment template manifest generation with DASH ([#8242](https://github.com/googleapis/google-cloud-go/issues/8242)) ([adb982e](https://github.com/googleapis/google-cloud-go/commit/adb982ed500c5011e477c00baefad504b0a00210)) + ## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/video/v1.17.0...video/v1.17.1) (2023-06-20) diff --git a/video/internal/version.go b/video/internal/version.go index 2d7d8774486c..ddddbd21f21f 100644 --- a/video/internal/version.go +++ b/video/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.1" +const Version = "1.18.0"