Skip to content

Commit

Permalink
chore: release 0.107.1 (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Aug 8, 2019
1 parent 85c09a1 commit 0d4b24f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.107.1

<details><summary>google/cloud-firestore 1.7.1</summary>



### Bug Fixes

* Provide headers required for Firestore emulator. ([#2239](https://www.github.com/googleapis/google-cloud-php/issues/2239)) ([85c09a1](https://www.github.com/googleapis/google-cloud-php/commit/85c09a1))
* Remove autoload of non-existant file ([#2234](https://www.github.com/googleapis/google-cloud-php/issues/2234)) ([2bb362e](https://www.github.com/googleapis/google-cloud-php/commit/2bb362e))

</details>

## 0.107.0

<details><summary>google/cloud-asset 0.4.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.7.1
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.7.0';
const VERSION = '1.7.1';

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 @@ -83,7 +83,7 @@
"google/cloud-dialogflow": "0.10.0",
"google/cloud-dlp": "0.22.0",
"google/cloud-error-reporting": "0.15.0",
"google/cloud-firestore": "1.7.0",
"google/cloud-firestore": "1.7.1",
"google/cloud-iot": "0.9.0",
"google/cloud-kms": "1.6.0",
"google/cloud-language": "0.20.0",
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.107.1",
"v0.107.0",
"v0.106.1",
"v0.106.0",
Expand Down Expand Up @@ -711,6 +712,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.7.1",
"v1.7.0",
"v1.6.2",
"v1.6.1",
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.107.0';
const VERSION = '0.107.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.107.0';
const VERSION = '0.107.1';
}

0 comments on commit 0d4b24f

Please sign in to comment.