Skip to content

Commit

Permalink
chore(main): release 0.184.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 6, 2022
1 parent 7326883 commit 5ad69a9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.184.0

<details><summary>google/cloud-shell 0.2.0</summary>



### Features

* [Shell] expose clientCertSource option ([#4889](https://github.com/googleapis/google-cloud-php/issues/4889)) ([7326883](https://github.com/googleapis/google-cloud-php/commit/7326883999de2faf92b434892d4286afb9f5356b))

</details>

## 0.183.0

<details><summary>google/cloud-ai-platform 0.4.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Shell/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"google/cloud-service-directory": "0.7.2",
"google/cloud-service-management": "0.3.2",
"google/cloud-service-usage": "0.2.4",
"google/cloud-shell": "0.1.4",
"google/cloud-shell": "0.2.0",
"google/cloud-spanner": "1.49.2",
"google/cloud-speech": "1.6.1",
"google/cloud-sql-admin": "0.2.3",
Expand Down
2 changes: 2 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.184.0",
"v0.183.0",
"v0.182.0",
"v0.181.0",
Expand Down Expand Up @@ -3135,6 +3136,7 @@
"name": "google/cloud-shell",
"defaultService": "shell/readme",
"versions": [
"v0.2.0",
"v0.1.4",
"v0.1.3",
"v0.1.2",
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.183.0';
const VERSION = '0.184.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.183.0';
const VERSION = '0.184.0';
}

0 comments on commit 5ad69a9

Please sign in to comment.