diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 155e808fcd2..63391c83877 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -2,7 +2,7 @@ "accessapproval": "1.3.0", "accesscontextmanager": "1.2.0", "aiplatform": "1.16.0", - "analytics": "0.8.1", + "analytics": "0.9.0", "apigateway": "1.2.0", "apigeeconnect": "1.2.0", "apigeeregistry": "0.1.0", @@ -22,7 +22,7 @@ "cloudbuild": "1.2.0", "clouddms": "1.2.0", "cloudtasks": "1.4.0", - "compute": "1.7.0", + "compute": "1.8.0", "contactcenterinsights": "1.2.2", "container": "1.3.1", "containeranalysis": "0.4.0", @@ -62,7 +62,7 @@ "mediatranslation": "0.3.0", "memcache": "1.3.0", "metastore": "1.3.0", - "monitoring": "1.5.0", + "monitoring": "1.6.0", "networkconnectivity": "1.2.0", "networkmanagement": "1.3.0", "networksecurity": "0.3.1", @@ -101,7 +101,7 @@ "translate": "1.2.0", "video": "1.7.0", "videointelligence": "1.4.0", - "vision/v2": "2.0.0", + "vision/v2": "2.1.0", "vmmigration": "1.1.0", "vpcaccess": "1.2.0", "webrisk": "1.3.0", diff --git a/analytics/CHANGES.md b/analytics/CHANGES.md index b7db6628283..3197dedb988 100644 --- a/analytics/CHANGES.md +++ b/analytics/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.9.0](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.8.1...analytics/v0.9.0) (2022-08-09) + + +### Features + +* **analytics/admin:** add `GetAudience`, 'ListAudience', 'CreateAudience', 'UpdateAudience', 'ArchiveAudience' methods to the Admin API v1alpha feat: add `GetAttributionSettings`, `UpdateAttributionSettings` methods to the Admin API v1alpha ([83d8e8d](https://github.com/googleapis/google-cloud-go/commit/83d8e8dde9d8601db20096fb869b50c7abf1ba7e)) +* **analytics/admin:** add `RunAccessReport` method to the Admin API v1alpha ([83d8e8d](https://github.com/googleapis/google-cloud-go/commit/83d8e8dde9d8601db20096fb869b50c7abf1ba7e)) + ## [0.8.1](https://github.com/googleapis/google-cloud-go/compare/analytics/v0.8.0...analytics/v0.8.1) (2022-08-02) diff --git a/analytics/internal/version.go b/analytics/internal/version.go index f183890c88c..dd2351b4173 100644 --- a/analytics/internal/version.go +++ b/analytics/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.8.1" +const Version = "0.9.0" diff --git a/compute/CHANGES.md b/compute/CHANGES.md index 1dc8c44ea1a..3fdc62f5beb 100644 --- a/compute/CHANGES.md +++ b/compute/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.7.0...compute/v1.8.0) (2022-08-09) + + +### Features + +* **compute:** Update Compute Engine API to revision 20220720 ([#723](https://github.com/googleapis/google-cloud-go/issues/723)) ([3db735c](https://github.com/googleapis/google-cloud-go/commit/3db735c3c35ab3473ceb1948cf4da09b87728ef9)) + ## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/compute/v1.6.1...compute/v1.7.0) (2022-06-16) diff --git a/compute/internal/version.go b/compute/internal/version.go index 7c251d99455..0ad9373b3b5 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.7.0" +const Version = "1.8.0" diff --git a/monitoring/CHANGES.md b/monitoring/CHANGES.md index 28ea74d9585..4d62c38d20a 100644 --- a/monitoring/CHANGES.md +++ b/monitoring/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.6.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.5.0...monitoring/v1.6.0) (2022-08-09) + + +### Features + +* **monitoring/apiv3:** Added support for evaluating missing data in AlertPolicy ([83d8e8d](https://github.com/googleapis/google-cloud-go/commit/83d8e8dde9d8601db20096fb869b50c7abf1ba7e)) + ## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/monitoring/v1.4.0...monitoring/v1.5.0) (2022-04-14) diff --git a/monitoring/internal/version.go b/monitoring/internal/version.go index e93235c2032..05d3396f100 100644 --- a/monitoring/internal/version.go +++ b/monitoring/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.5.0" +const Version = "1.6.0" diff --git a/vision/v2/CHANGES.md b/vision/v2/CHANGES.md index e67421d4095..a41f2c372ff 100644 --- a/vision/v2/CHANGES.md +++ b/vision/v2/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [2.1.0](https://github.com/googleapis/google-cloud-go/compare/vision/v2.0.0...vision/v2.1.0) (2022-08-09) + + +### Features + +* **vision/v2:** Add TextDetectionParams.advanced_ocr_options ([076c35b](https://github.com/googleapis/google-cloud-go/commit/076c35b18f80fa14cb3941b294feb829a5c92103)) + ## [2.0.0](https://github.com/googleapis/google-cloud-go/compare/vision/v1.2.0...vision/v2.0.0) (2022-05-24) diff --git a/vision/v2/internal/version.go b/vision/v2/internal/version.go index 539400a3112..cfdd49b4d0a 100644 --- a/vision/v2/internal/version.go +++ b/vision/v2/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "2.0.0" +const Version = "2.1.0"