From 57a6abbdea93a63347f4a72c074b7baa702d67df Mon Sep 17 00:00:00 2001 From: Dave Supplee Date: Mon, 22 Jan 2018 17:37:42 -0500 Subject: [PATCH 1/3] Prepare v0.52.0 --- composer.json | 46 +++++++++++++++---------------- docs/manifest.json | 22 +++++++++++++++ src/BigQuery/BigQueryClient.php | 2 +- src/BigQuery/VERSION | 2 +- src/Bigtable/VERSION | 2 +- src/Container/VERSION | 2 +- src/Core/VERSION | 2 +- src/Dataproc/VERSION | 2 +- src/Datastore/DatastoreClient.php | 2 +- src/Datastore/VERSION | 2 +- src/Debugger/DebuggerClient.php | 2 +- src/Debugger/VERSION | 2 +- src/Dlp/VERSION | 2 +- src/ErrorReporting/VERSION | 2 +- src/Firestore/FirestoreClient.php | 2 +- src/Firestore/VERSION | 2 +- src/Language/LanguageClient.php | 2 +- src/Language/VERSION | 2 +- src/Logging/LoggingClient.php | 2 +- src/Logging/VERSION | 2 +- src/Monitoring/VERSION | 2 +- src/OsLogin/VERSION | 2 +- src/PubSub/PubSubClient.php | 2 +- src/PubSub/VERSION | 2 +- src/Spanner/SpannerClient.php | 2 +- src/Spanner/VERSION | 2 +- src/Speech/SpeechClient.php | 2 +- src/Speech/VERSION | 2 +- src/Storage/StorageClient.php | 2 +- src/Storage/VERSION | 2 +- src/Trace/TraceClient.php | 2 +- src/Trace/VERSION | 2 +- src/Translate/TranslateClient.php | 2 +- src/Translate/VERSION | 2 +- src/VideoIntelligence/VERSION | 2 +- src/Vision/VERSION | 2 +- src/Vision/VisionClient.php | 2 +- 37 files changed, 80 insertions(+), 58 deletions(-) diff --git a/composer.json b/composer.json index f50962d94428..f72e339ce431 100644 --- a/composer.json +++ b/composer.json @@ -63,28 +63,28 @@ "phpseclib/phpseclib": "^2" }, "replace": { - "google/cloud-bigquery": "1.0.1", - "google/cloud-bigtable": "0.1.1", - "google/cloud-container": "0.1.1", - "google/cloud-core": "1.15.1", - "google/cloud-dataproc": "0.1.1", - "google/cloud-datastore": "1.2.1", - "google/cloud-dlp": "0.4.3", - "google/cloud-error-reporting": "0.7.3", - "google/cloud-firestore": "0.3.4", - "google/cloud-language": "0.11.2", - "google/cloud-logging": "1.8.3", - "google/cloud-monitoring": "0.7.3", - "google/cloud-oslogin": "0.1.1", - "google/cloud-pubsub": "0.11.3", - "google/cloud-spanner": "1.0.1", - "google/cloud-speech": "0.10.2", - "google/cloud-storage": "1.3.2", - "google/cloud-trace": "0.5.1", - "google/cloud-translate": "1.1.0", - "google/cloud-videointelligence": "0.8.3", - "google/cloud-vision": "0.8.2", - "google/cloud-debugger": "0.2.0" + "google/cloud-bigquery": "1.0.2", + "google/cloud-bigtable": "0.2.0", + "google/cloud-container": "0.2.0", + "google/cloud-core": "1.15.2", + "google/cloud-dataproc": "0.2.0", + "google/cloud-datastore": "1.2.2", + "google/cloud-dlp": "0.5.0", + "google/cloud-error-reporting": "0.8.0", + "google/cloud-firestore": "0.4.0", + "google/cloud-language": "0.12.0", + "google/cloud-logging": "1.9.0", + "google/cloud-monitoring": "0.8.0", + "google/cloud-oslogin": "0.2.0", + "google/cloud-pubsub": "0.12.0", + "google/cloud-spanner": "1.1.0", + "google/cloud-speech": "0.11.0", + "google/cloud-storage": "1.3.3", + "google/cloud-trace": "0.6.0", + "google/cloud-translate": "1.1.1", + "google/cloud-videointelligence": "0.9.0", + "google/cloud-vision": "0.9.0", + "google/cloud-debugger": "0.3.0" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2.", @@ -128,4 +128,4 @@ ] } } -} +} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index 853cd46bcb79..780424abc46e 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -85,6 +85,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v1.0.2", "v1.0.1", "v1.0.0", "v0.6.0", @@ -106,6 +107,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v0.2.0", "v0.1.1", "v0.1.0", "master" @@ -116,6 +118,7 @@ "name": "google/cloud-container", "defaultService": "container/readme", "versions": [ + "v0.2.0", "v0.1.1", "v0.1.0", "master" @@ -126,6 +129,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.15.2", "v1.15.1", "v1.15.0", "v1.14.1", @@ -161,6 +165,7 @@ "name": "google/cloud-dataproc", "defaultService": "dataproc/readme", "versions": [ + "v0.2.0", "v0.1.1", "v0.1.0", "master" @@ -171,6 +176,7 @@ "name": "google/cloud-datastore", "defaultService": "datastore/datastoreclient", "versions": [ + "v1.2.2", "v1.2.1", "v1.2.0", "v1.1.0", @@ -187,6 +193,7 @@ "name": "google/cloud-debugger", "defaultService": "debugger/debuggerclient", "versions": [ + "v0.3.0", "v0.2.0", "v0.1.0", "master" @@ -197,6 +204,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.5.0", "v0.4.3", "v0.4.2", "v0.4.1", @@ -215,6 +223,7 @@ "name": "google/cloud-error-reporting", "defaultService": "errorreporting/readme", "versions": [ + "v0.8.0", "v0.7.3", "v0.7.2", "v0.7.1", @@ -238,6 +247,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v0.4.0", "v0.3.4", "v0.3.3", "v0.3.2", @@ -254,6 +264,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.12.0", "v0.11.2", "v0.11.1", "v0.11.0", @@ -278,6 +289,7 @@ "name": "google/cloud-logging", "defaultService": "logging/loggingclient", "versions": [ + "v1.9.0", "v1.8.3", "v1.8.2", "v1.8.1", @@ -303,6 +315,7 @@ "name": "google/cloud-monitoring", "defaultService": "monitoring/readme", "versions": [ + "v0.8.0", "v0.7.3", "v0.7.2", "v0.7.1", @@ -326,6 +339,7 @@ "name": "google/cloud-oslogin", "defaultService": "oslogin/readme", "versions": [ + "v0.2.0", "v0.1.1", "v0.1.0", "master" @@ -336,6 +350,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v0.12.0", "v0.11.3", "v0.11.2", "v0.11.1", @@ -363,6 +378,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.1.0", "v1.0.1", "v1.0.0", "v0.11.0", @@ -391,6 +407,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.11.0", "v0.10.2", "v0.10.1", "v0.10.0", @@ -414,6 +431,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.3.3", "v1.3.2", "v1.3.1", "v1.3.0", @@ -435,6 +453,7 @@ "name": "google/cloud-trace", "defaultService": "trace/traceclient", "versions": [ + "v0.6.0", "v0.5.1", "v0.5.0", "v0.4.0", @@ -452,6 +471,7 @@ "name": "google/cloud-translate", "defaultService": "translate/translateclient", "versions": [ + "v1.1.1", "v1.1.0", "v1.0.2", "v1.0.1", @@ -467,6 +487,7 @@ "name": "google/cloud-videointelligence", "defaultService": "videointelligence/videointelligenceserviceclient", "versions": [ + "v0.9.0", "v0.8.3", "v0.8.2", "v0.8.1", @@ -489,6 +510,7 @@ "name": "google/cloud-vision", "defaultService": "vision/visionclient", "versions": [ + "v0.9.0", "v0.8.2", "v0.8.1", "v0.8.0", diff --git a/src/BigQuery/BigQueryClient.php b/src/BigQuery/BigQueryClient.php index 0bb50cf26e8b..71b94a32deaf 100644 --- a/src/BigQuery/BigQueryClient.php +++ b/src/BigQuery/BigQueryClient.php @@ -48,7 +48,7 @@ class BigQueryClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '1.0.1'; + const VERSION = '1.0.2'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/src/BigQuery/VERSION b/src/BigQuery/VERSION index 7f207341d5d9..e6d5cb833c63 100644 --- a/src/BigQuery/VERSION +++ b/src/BigQuery/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file diff --git a/src/Bigtable/VERSION b/src/Bigtable/VERSION index 6da28dde76d6..341cf11faf9a 100644 --- a/src/Bigtable/VERSION +++ b/src/Bigtable/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/Container/VERSION b/src/Container/VERSION index 6da28dde76d6..341cf11faf9a 100644 --- a/src/Container/VERSION +++ b/src/Container/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/Core/VERSION b/src/Core/VERSION index 795d87001127..4761f0e9dcec 100644 --- a/src/Core/VERSION +++ b/src/Core/VERSION @@ -1 +1 @@ -1.15.1 \ No newline at end of file +1.15.2 \ No newline at end of file diff --git a/src/Dataproc/VERSION b/src/Dataproc/VERSION index 6da28dde76d6..341cf11faf9a 100644 --- a/src/Dataproc/VERSION +++ b/src/Dataproc/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/Datastore/DatastoreClient.php b/src/Datastore/DatastoreClient.php index cb9eb37ddf06..b7422f0a697d 100644 --- a/src/Datastore/DatastoreClient.php +++ b/src/Datastore/DatastoreClient.php @@ -76,7 +76,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.2.1'; + const VERSION = '1.2.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/src/Datastore/VERSION b/src/Datastore/VERSION index cb174d58a534..d2d61a7e8e43 100644 --- a/src/Datastore/VERSION +++ b/src/Datastore/VERSION @@ -1 +1 @@ -1.2.1 \ No newline at end of file +1.2.2 \ No newline at end of file diff --git a/src/Debugger/DebuggerClient.php b/src/Debugger/DebuggerClient.php index f6ae8e0922ba..51f46b1d4257 100644 --- a/src/Debugger/DebuggerClient.php +++ b/src/Debugger/DebuggerClient.php @@ -37,7 +37,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '0.2.0'; + const VERSION = '0.3.0'; const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Debugger/VERSION b/src/Debugger/VERSION index 341cf11faf9a..9325c3ccda98 100644 --- a/src/Debugger/VERSION +++ b/src/Debugger/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/src/Dlp/VERSION b/src/Dlp/VERSION index 70d5b25fa873..79a2734bbf3d 100644 --- a/src/Dlp/VERSION +++ b/src/Dlp/VERSION @@ -1 +1 @@ -0.4.3 \ No newline at end of file +0.5.0 \ No newline at end of file diff --git a/src/ErrorReporting/VERSION b/src/ErrorReporting/VERSION index b09a54cb9bc8..8adc70fdd9d6 100644 --- a/src/ErrorReporting/VERSION +++ b/src/ErrorReporting/VERSION @@ -1 +1 @@ -0.7.3 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/src/Firestore/FirestoreClient.php b/src/Firestore/FirestoreClient.php index a58999699074..880f70770be9 100644 --- a/src/Firestore/FirestoreClient.php +++ b/src/Firestore/FirestoreClient.php @@ -53,7 +53,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.3.4'; + const VERSION = '0.4.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/src/Firestore/VERSION b/src/Firestore/VERSION index 448a0fa11cdb..60a2d3e96c80 100644 --- a/src/Firestore/VERSION +++ b/src/Firestore/VERSION @@ -1 +1 @@ -0.3.4 \ No newline at end of file +0.4.0 \ No newline at end of file diff --git a/src/Language/LanguageClient.php b/src/Language/LanguageClient.php index 2bac03d1b47c..21ffdf6c608d 100644 --- a/src/Language/LanguageClient.php +++ b/src/Language/LanguageClient.php @@ -43,7 +43,7 @@ class LanguageClient use ClientTrait; use RetryDeciderTrait; - const VERSION = '0.11.2'; + const VERSION = '0.12.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Language/VERSION b/src/Language/VERSION index a8839f70de05..d33c3a2128bc 100644 --- a/src/Language/VERSION +++ b/src/Language/VERSION @@ -1 +1 @@ -0.11.2 \ No newline at end of file +0.12.0 \ No newline at end of file diff --git a/src/Logging/LoggingClient.php b/src/Logging/LoggingClient.php index dc9203c6ac0a..2affee16126a 100644 --- a/src/Logging/LoggingClient.php +++ b/src/Logging/LoggingClient.php @@ -67,7 +67,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.8.3'; + const VERSION = '1.9.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/src/Logging/VERSION b/src/Logging/VERSION index fe4e75fb70e2..abb16582324b 100644 --- a/src/Logging/VERSION +++ b/src/Logging/VERSION @@ -1 +1 @@ -1.8.3 \ No newline at end of file +1.9.0 \ No newline at end of file diff --git a/src/Monitoring/VERSION b/src/Monitoring/VERSION index b09a54cb9bc8..8adc70fdd9d6 100644 --- a/src/Monitoring/VERSION +++ b/src/Monitoring/VERSION @@ -1 +1 @@ -0.7.3 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/src/OsLogin/VERSION b/src/OsLogin/VERSION index 6da28dde76d6..341cf11faf9a 100644 --- a/src/OsLogin/VERSION +++ b/src/OsLogin/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/src/PubSub/PubSubClient.php b/src/PubSub/PubSubClient.php index ff0805f86fa7..f0fd76c2a9aa 100644 --- a/src/PubSub/PubSubClient.php +++ b/src/PubSub/PubSubClient.php @@ -84,7 +84,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '0.11.3'; + const VERSION = '0.12.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/src/PubSub/VERSION b/src/PubSub/VERSION index 2bb6a820b70a..d33c3a2128bc 100644 --- a/src/PubSub/VERSION +++ b/src/PubSub/VERSION @@ -1 +1 @@ -0.11.3 \ No newline at end of file +0.12.0 \ No newline at end of file diff --git a/src/Spanner/SpannerClient.php b/src/Spanner/SpannerClient.php index a2f6f718f611..590e0cf8e426 100644 --- a/src/Spanner/SpannerClient.php +++ b/src/Spanner/SpannerClient.php @@ -73,7 +73,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.0.1'; + const VERSION = '1.1.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/src/Spanner/VERSION b/src/Spanner/VERSION index 7f207341d5d9..1cc5f657e054 100644 --- a/src/Spanner/VERSION +++ b/src/Spanner/VERSION @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/src/Speech/SpeechClient.php b/src/Speech/SpeechClient.php index c6043462cfb6..6c7f36f3dad0 100644 --- a/src/Speech/SpeechClient.php +++ b/src/Speech/SpeechClient.php @@ -42,7 +42,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.10.2'; + const VERSION = '0.11.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Speech/VERSION b/src/Speech/VERSION index 42624f314efd..142464bf22b4 100644 --- a/src/Speech/VERSION +++ b/src/Speech/VERSION @@ -1 +1 @@ -0.10.2 \ No newline at end of file +0.11.0 \ No newline at end of file diff --git a/src/Storage/StorageClient.php b/src/Storage/StorageClient.php index af3edcec13e5..b4a5716083db 100644 --- a/src/Storage/StorageClient.php +++ b/src/Storage/StorageClient.php @@ -46,7 +46,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.3.2'; + const VERSION = '1.3.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/src/Storage/VERSION b/src/Storage/VERSION index d5e98f723f15..785cda807c1f 100644 --- a/src/Storage/VERSION +++ b/src/Storage/VERSION @@ -1 +1 @@ -1.3.2 \ No newline at end of file +1.3.3 \ No newline at end of file diff --git a/src/Trace/TraceClient.php b/src/Trace/TraceClient.php index 8f303d0547d8..7e860b425aea 100644 --- a/src/Trace/TraceClient.php +++ b/src/Trace/TraceClient.php @@ -41,7 +41,7 @@ class TraceClient { use ClientTrait; - const VERSION = '0.5.1'; + const VERSION = '0.6.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/src/Trace/VERSION b/src/Trace/VERSION index 5d4294b9120c..09a3acfa138d 100644 --- a/src/Trace/VERSION +++ b/src/Trace/VERSION @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/src/Translate/TranslateClient.php b/src/Translate/TranslateClient.php index db754e228e52..d8412967957e 100644 --- a/src/Translate/TranslateClient.php +++ b/src/Translate/TranslateClient.php @@ -51,7 +51,7 @@ class TranslateClient { use ClientTrait; - const VERSION = '1.1.0'; + const VERSION = '1.1.1'; const ENGLISH_LANGUAGE_CODE = 'en'; diff --git a/src/Translate/VERSION b/src/Translate/VERSION index 1cc5f657e054..8cfbc905b39f 100644 --- a/src/Translate/VERSION +++ b/src/Translate/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file diff --git a/src/VideoIntelligence/VERSION b/src/VideoIntelligence/VERSION index fab77af2a1a7..899f24fc754a 100644 --- a/src/VideoIntelligence/VERSION +++ b/src/VideoIntelligence/VERSION @@ -1 +1 @@ -0.8.3 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/src/Vision/VERSION b/src/Vision/VERSION index 53a48a1e8c64..899f24fc754a 100644 --- a/src/Vision/VERSION +++ b/src/Vision/VERSION @@ -1 +1 @@ -0.8.2 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/src/Vision/VisionClient.php b/src/Vision/VisionClient.php index df4c3e610808..fd33fc174044 100644 --- a/src/Vision/VisionClient.php +++ b/src/Vision/VisionClient.php @@ -42,7 +42,7 @@ class VisionClient use ClientTrait; use ValidateTrait; - const VERSION = '0.8.2'; + const VERSION = '0.9.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; From bec31a5e2a207a246ffbe6940c2d7d985364e3d1 Mon Sep 17 00:00:00 2001 From: Dave Supplee Date: Mon, 22 Jan 2018 18:41:08 -0500 Subject: [PATCH 2/3] add auth back to core, for non gapic components (thx bshaffer!) --- src/Core/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/composer.json b/src/Core/composer.json index c77b3e81db61..637e10262627 100644 --- a/src/Core/composer.json +++ b/src/Core/composer.json @@ -6,6 +6,7 @@ "require": { "php": ">=5.5", "rize/uri-template": "~0.3", + "google/auth": "^1.2", "guzzlehttp/guzzle": "^5.3|^6.0", "guzzlehttp/psr7": "^1.2", "monolog/monolog": "~1", From 27e2c32723860ade9c7c01656e2efcb22c7f2b11 Mon Sep 17 00:00:00 2001 From: Dave Supplee Date: Mon, 22 Jan 2018 19:17:44 -0500 Subject: [PATCH 3/3] add v0.52.0 --- docs/manifest.json | 1 + src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 780424abc46e..7b147493a1cc 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "readme", "versions": [ + "v0.52.0", "v0.51.0", "v0.50.1", "v0.50.0", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 07cc086fca10..b5ec798aaecb 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.51.0'; + const VERSION = '0.52.0'; } diff --git a/src/Version.php b/src/Version.php index 3b6e940cc23c..d1b0f3cf49f1 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.51.0'; + const VERSION = '0.52.0'; }