Skip to content

Commit

Permalink
chore(main): release 0.202.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 8, 2023
1 parent 6a5c5cd commit e3b73ae
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 11 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog

## 0.202.0

<details><summary>google/cloud-core 1.49.5</summary>



### Bug Fixes

* **deps:** Update dependency google/cloud-common-protos to ^0.4 ([#6044](https://github.com/googleapis/google-cloud-php/issues/6044)) ([6735241](https://github.com/googleapis/google-cloud-php/commit/673524165f33931fcc638ee01c6354f6f6df5dba))

</details>

<details><summary>google/cloud-debugger 1.4.15</summary>



### Bug Fixes

* **deps:** Update dependency google/cloud-common-protos to ^0.4 ([#6044](https://github.com/googleapis/google-cloud-php/issues/6044)) ([6735241](https://github.com/googleapis/google-cloud-php/commit/673524165f33931fcc638ee01c6354f6f6df5dba))

</details>

<details><summary>google/cloud-filestore 1.1.1</summary>



### Bug Fixes

* **deps:** Update dependency google/cloud-common-protos to ^0.4 ([#6044](https://github.com/googleapis/google-cloud-php/issues/6044)) ([6735241](https://github.com/googleapis/google-cloud-php/commit/673524165f33931fcc638ee01c6354f6f6df5dba))

</details>

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



### Features

* Add model service ([#6046](https://github.com/googleapis/google-cloud-php/issues/6046)) ([6a5c5cd](https://github.com/googleapis/google-cloud-php/commit/6a5c5cd97c0d0910829366076a0bf538083a870a))
* Expose A/B experiment info in search response ([6a5c5cd](https://github.com/googleapis/google-cloud-php/commit/6a5c5cd97c0d0910829366076a0bf538083a870a))
* Support new filter syntax for recommendation ([6a5c5cd](https://github.com/googleapis/google-cloud-php/commit/6a5c5cd97c0d0910829366076a0bf538083a870a))
* Support per-entity search and autocomplete ([6a5c5cd](https://github.com/googleapis/google-cloud-php/commit/6a5c5cd97c0d0910829366076a0bf538083a870a))


### Documentation

* Keep the API doc up-to-date with recent changes ([6a5c5cd](https://github.com/googleapis/google-cloud-php/commit/6a5c5cd97c0d0910829366076a0bf538083a870a))

</details>

## 0.201.0

<details><summary>google/access-context-manager 0.3.4</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.49.4
1.49.5
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.14
1.4.15
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '1.4.14';
const VERSION = '1.4.15';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down
2 changes: 1 addition & 1 deletion Filestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
2 changes: 1 addition & 1 deletion Retail/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.2.0
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"google/cloud-contact-center-insights": "1.2.0",
"google/cloud-container": "1.11.0",
"google/cloud-container-analysis": "0.2.12",
"google/cloud-core": "1.49.4",
"google/cloud-core": "1.49.5",
"google/cloud-data-catalog": "1.4.0",
"google/cloud-data-fusion": "0.2.9",
"google/cloud-datacatalog-lineage": "0.1.1",
Expand All @@ -127,7 +127,7 @@
"google/cloud-datastore": "1.20.0",
"google/cloud-datastore-admin": "0.5.7",
"google/cloud-datastream": "1.0.3",
"google/cloud-debugger": "1.4.14",
"google/cloud-debugger": "1.4.15",
"google/cloud-deploy": "0.4.0",
"google/cloud-dialogflow": "1.3.0",
"google/cloud-dlp": "1.8.4",
Expand All @@ -138,7 +138,7 @@
"google/cloud-essential-contacts": "0.2.11",
"google/cloud-eventarc": "1.0.3",
"google/cloud-eventarc-publishing": "0.3.3",
"google/cloud-filestore": "1.1.0",
"google/cloud-filestore": "1.1.1",
"google/cloud-firestore": "1.29.0",
"google/cloud-functions": "1.1.0",
"google/cloud-game-servers": "1.0.3",
Expand Down Expand Up @@ -180,7 +180,7 @@
"google/cloud-redis": "1.6.10",
"google/cloud-resource-manager": "0.3.9",
"google/cloud-resource-settings": "1.0.3",
"google/cloud-retail": "1.1.1",
"google/cloud-retail": "1.2.0",
"google/cloud-run": "0.3.3",
"google/cloud-scheduler": "1.8.1",
"google/cloud-secret-manager": "1.10.3",
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.201.0';
const VERSION = '0.202.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.201.0';
const VERSION = '0.202.0';
}

0 comments on commit e3b73ae

Please sign in to comment.