Skip to content

Commit

Permalink
chore(main): release 0.198.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 18, 2023
1 parent 8f648c7 commit a22195a
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 8 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## 0.198.0

<details><summary>google/cloud-dataproc 3.5.0</summary>



### Features

* [Dataproc] add support for new Dataproc features ([#5883](https://github.com/googleapis/google-cloud-php/issues/5883)) ([8f648c7](https://github.com/googleapis/google-cloud-php/commit/8f648c75ab90c204a01f691d273eff69f07b4f35))
* Add support for new Dataproc features ([8f648c7](https://github.com/googleapis/google-cloud-php/commit/8f648c75ab90c204a01f691d273eff69f07b4f35))


### Bug Fixes

* Add service_yaml_parameters to py_gapic_library BUILD.bazel targets ([8f648c7](https://github.com/googleapis/google-cloud-php/commit/8f648c75ab90c204a01f691d273eff69f07b4f35))

</details>

<details><summary>google/cloud-dialogflow 1.2.0</summary>



### Features

* [Dialogflow] added support for AssistQueryParameters and SynthesizeSpeechConfig ([#5878](https://github.com/googleapis/google-cloud-php/issues/5878)) ([220d3fd](https://github.com/googleapis/google-cloud-php/commit/220d3fd255f72a1a76d440511e8694d6108ba821))
* Added support for AssistQueryParameters and SynthesizeSpeechConfig ([220d3fd](https://github.com/googleapis/google-cloud-php/commit/220d3fd255f72a1a76d440511e8694d6108ba821))


### Documentation

* Add more meaningful comments ([220d3fd](https://github.com/googleapis/google-cloud-php/commit/220d3fd255f72a1a76d440511e8694d6108ba821))

</details>

<details><summary>google/cloud-security-private-ca 1.1.0</summary>



### Features

* [SecurityPrivateCa] add X.509 Name Constraints support ([#5874](https://github.com/googleapis/google-cloud-php/issues/5874)) ([fda8c6c](https://github.com/googleapis/google-cloud-php/commit/fda8c6c0061184e889d039eb4bbb2e88e35be9a7))

</details>

## 0.197.0

<details><summary>google/cloud-access-approval 1.0.3</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.5.0
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2.0
2 changes: 1 addition & 1 deletion SecurityPrivateCa/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.1.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@
"google/cloud-dataform": "0.1.4",
"google/cloud-datalabeling": "0.1.12",
"google/cloud-dataplex": "0.2.1",
"google/cloud-dataproc": "3.4.0",
"google/cloud-dataproc": "3.5.0",
"google/cloud-dataproc-metastore": "0.5.1",
"google/cloud-datastore": "1.18.1",
"google/cloud-datastore-admin": "0.5.6",
"google/cloud-datastream": "1.0.3",
"google/cloud-debugger": "1.4.14",
"google/cloud-deploy": "0.3.4",
"google/cloud-dialogflow": "1.1.1",
"google/cloud-dialogflow": "1.2.0",
"google/cloud-dlp": "1.8.3",
"google/cloud-dms": "1.0.3",
"google/cloud-document-ai": "1.1.1",
Expand Down Expand Up @@ -187,7 +187,7 @@
"google/cloud-scheduler": "1.7.1",
"google/cloud-secret-manager": "1.10.1",
"google/cloud-security-center": "1.14.1",
"google/cloud-security-private-ca": "1.0.3",
"google/cloud-security-private-ca": "1.1.0",
"google/cloud-security-public-ca": "0.1.4",
"google/cloud-service-control": "1.0.3",
"google/cloud-service-directory": "1.0.3",
Expand Down
4 changes: 4 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.198.0",
"v0.197.0",
"v0.196.0",
"v0.195.0",
Expand Down Expand Up @@ -1511,6 +1512,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v3.5.0",
"v3.4.0",
"v3.3.0",
"v3.2.2",
Expand Down Expand Up @@ -1829,6 +1831,7 @@
"name": "google/cloud-dialogflow",
"defaultService": "dialogflow/readme",
"versions": [
"v1.2.0",
"v1.1.1",
"v1.1.0",
"v1.0.1",
Expand Down Expand Up @@ -3786,6 +3789,7 @@
"name": "google/cloud-security-private-ca",
"defaultService": "securityprivateca/readme",
"versions": [
"v1.1.0",
"v1.0.3",
"v1.0.2",
"v1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.197.0';
const VERSION = '0.198.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.197.0';
const VERSION = '0.198.0';
}

0 comments on commit a22195a

Please sign in to comment.