Skip to content

Commit

Permalink
chore(main): release 0.187.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 2, 2022
1 parent dcd120c commit 08a6980
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.0
1.17.0
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.16.0';
const VERSION = '1.17.0';

/**
* @var GapicClient
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## 0.187.0

<details><summary>google/cloud-bigtable 1.17.0</summary>



### Features

* [Bigtable] Publish new fields ([#5406](https://github.com/googleapis/google-cloud-php/issues/5406)) ([dcd120c](https://github.com/googleapis/google-cloud-php/commit/dcd120c5f741fb273b9ef716edb292b9276877d7))

</details>

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



### Documentation

* [Dialogflow] added an explicit note that DetectIntentRequest's text input is limited by 256 characters ([#5405](https://github.com/googleapis/google-cloud-php/issues/5405)) ([a39f01b](https://github.com/googleapis/google-cloud-php/commit/a39f01be3a53cff2783fd6ba4e900fa4b237eb1e))

</details>

<details><summary>google/cloud-security-center 1.9.0</summary>



### Features

* [SecurityCenter] Added container field to findings attributes ([#5397](https://github.com/googleapis/google-cloud-php/issues/5397)) ([f09ba79](https://github.com/googleapis/google-cloud-php/commit/f09ba79e1f5fa6fd6713c0f7a7b428ee3fadd1df))

</details>

## 0.186.0

<details><summary>google/access-context-manager 0.2.4</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.28.1
2 changes: 1 addition & 1 deletion SecurityCenter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"google/cloud-bigquery-reservation": "0.6.3",
"google/cloud-bigquery-storage": "1.2.6",
"google/cloud-bigquerydatatransfer": "1.3.5",
"google/cloud-bigtable": "1.16.0",
"google/cloud-bigtable": "1.17.0",
"google/cloud-billing": "1.4.3",
"google/cloud-billing-budgets": "0.2.8",
"google/cloud-binary-authorization": "0.5.1",
Expand All @@ -115,7 +115,7 @@
"google/cloud-datastream": "0.1.1",
"google/cloud-debugger": "1.4.8",
"google/cloud-deploy": "0.2.3",
"google/cloud-dialogflow": "0.28.0",
"google/cloud-dialogflow": "0.28.1",
"google/cloud-dlp": "1.5.3",
"google/cloud-dms": "0.2.7",
"google/cloud-document-ai": "0.2.1",
Expand Down Expand Up @@ -167,7 +167,7 @@
"google/cloud-run": "0.1.0",
"google/cloud-scheduler": "1.6.4",
"google/cloud-secret-manager": "1.9.3",
"google/cloud-security-center": "1.8.0",
"google/cloud-security-center": "1.9.0",
"google/cloud-security-private-ca": "0.4.1",
"google/cloud-service-control": "0.3.7",
"google/cloud-service-directory": "0.7.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.187.0",
"v0.186.0",
"v0.185.0",
"v0.184.0",
Expand Down Expand Up @@ -620,6 +621,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v1.17.0",
"v1.16.0",
"v1.15.2",
"v1.15.1",
Expand Down Expand Up @@ -1431,6 +1433,7 @@
"name": "google/cloud-dialogflow",
"defaultService": "dialogflow/readme",
"versions": [
"v0.28.1",
"v0.28.0",
"v0.27.1",
"v0.27.0",
Expand Down Expand Up @@ -3021,6 +3024,7 @@
"name": "google/cloud-security-center",
"defaultService": "securitycenter/readme",
"versions": [
"v1.9.0",
"v1.8.0",
"v1.7.0",
"v1.6.0",
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.186.0';
const VERSION = '0.187.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.186.0';
const VERSION = '0.187.0';
}

0 comments on commit 08a6980

Please sign in to comment.