From 23240325f34c6a2ef43ce45610951aced8b86ab9 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Mon, 8 Oct 2018 09:57:02 -0400 Subject: [PATCH] Prepare v0.82.0 (#1337) ## Google Cloud PHP v0.82.0 ### google/cloud-bigquery v1.4.5 * Remove unnecessary ternary expression (#1327) * Use dedicated PHPUnit assertions (#1331) ### google/cloud-core v1.23.7 * Use combined assignment operators when possible (#1328) * Remove unused variables passed to closures (#1330) ### google/cloud-datastore v1.5.10 * Use combined assignment operators when possible (#1328) * Use dedicated PHPUnit assertions (#1331) ### google/cloud-debugger v0.14.2 * Remove unused variables passed to closures (#1330) * Use dedicated PHPUnit assertions (#1331) ### google/cloud-firestore v0.15.3 * Fix handling of empty sets in Firestore updates (#1316) * Remove auxiliary variables when they are return right away (#1329) ### google/cloud-spanner v1.11.0 * Use combined assignment operators when possible (#1328) * Remove unused variables passed to closures (#1330) * Add support for DML and Partitioned DML (#1309) ### google/cloud-storage v1.9.1 * Use dedicated PHPUnit assertions (#1331) ### google/cloud-vision v0.17.2 * Use dedicated PHPUnit assertions (#1331) --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c39e9c5..1c16bd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.1 \ No newline at end of file +0.14.2 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index fbc1bbf..bcec212 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.14.1'; + const VERSION = '0.14.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';