From 3bcbaf61f41c1c74fa814d1685d00f800899b313 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Wed, 20 Jun 2018 12:07:22 -0400 Subject: [PATCH] Prepare v0.69.0 (#1114) ## Google Cloud PHP v0.69.0 ### google/cloud-debugger v0.12.0 * Cloud Debugger limits the amount of data captured for snapshots by default. Several new configuration options have been added to {@see Google\Cloud\Debugger\Agent::__construct()} to allow control over these new defaults. (#1099) * Fixed a bug where a debuggee may not register properly. (#1102) * Fixed a bug where Stackdriver Debugger was not compatible with PHP 7.0. (#1104) ### google/cloud-logging v1.12.1 * Added missing passthrough options in {@see Google\Cloud\Logging\LoggingClient::psrLogger()} and fixed object serialization. (#1110) ### google/cloud-videointelligence v1.0.0 * There are no code changes since our last release, but we are proud to now announce our support of Cloud Video Intelligence at a GA level. This means that we do not expect to introduce any breaking changes and that we believe the library is ready for production use. For more information on our versioning please see [here](https://github.com/GoogleCloudPlatform/google-cloud-php#versioning). --- VERSION | 2 +- src/DebuggerClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 142464b..d33c3a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.0 \ No newline at end of file +0.12.0 \ No newline at end of file diff --git a/src/DebuggerClient.php b/src/DebuggerClient.php index 7d8adf6..5e55cf5 100644 --- a/src/DebuggerClient.php +++ b/src/DebuggerClient.php @@ -39,7 +39,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.11.0'; + const VERSION = '0.12.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';