Skip to content

Commit

Permalink
Prepare v0.84.1 (#1381)
Browse files Browse the repository at this point in the history
## Google Cloud PHP v0.84.1

### google/cloud-firestore v0.15.5

* Fix `Google\Cloud\Firestore\DocumentSnapshot` array offset exists check. (#1379)
  • Loading branch information
jdpedrie authored Oct 30, 2018
1 parent 5e8684c commit fdc204c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.4
0.15.5
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.15.4';
const VERSION = '0.15.5';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"google/cloud-dialogflow": "0.4.0",
"google/cloud-dlp": "0.15.0",
"google/cloud-error-reporting": "0.12.1",
"google/cloud-firestore": "0.15.4",
"google/cloud-firestore": "0.15.5",
"google/cloud-iot": "0.4.1",
"google/cloud-kms": "0.4.1",
"google/cloud-language": "0.16.1",
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.84.1",
"v0.84.0",
"v0.83.0",
"v0.82.0",
Expand Down Expand Up @@ -509,6 +510,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v0.15.5",
"v0.15.4",
"v0.15.3",
"v0.15.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.84.0';
const VERSION = '0.84.1';
}
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.84.0';
const VERSION = '0.84.1';
}

0 comments on commit fdc204c

Please sign in to comment.