Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AnalyticsData/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.174.0

<details><summary>google/analytics-data 0.8.1</summary>



### Bug Fixes

* another change ([#3](https://github.com/chingor13/google-cloud-php/issues/3)) ([c9745ce](https://github.com/chingor13/google-cloud-php/commit/c9745ce4e1d71e4d6c55055f37ff190330d071bb))

</details>

<details><summary>google/cloud-compute 1.0.0</summary>



### meta

* release compute as v1 ([#1](https://github.com/chingor13/google-cloud-php/issues/1)) ([5b55a95](https://github.com/chingor13/google-cloud-php/commit/5b55a95f2d5d9e0ef6684588d0c94687d1733efa))

</details>

## 0.173.0

<details><summary>google/cloud-access-approval 0.3.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Compute/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
1.0.0
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"replace": {
"google/access-context-manager": "0.2.0",
"google/analytics-admin": "0.4.2",
"google/analytics-data": "0.8.0",
"google/analytics-data": "0.8.1",
"google/cloud-access-approval": "0.3.0",
"google/cloud-api-gateway": "0.2.0",
"google/cloud-apigee-connect": "0.2.3",
Expand All @@ -94,7 +94,7 @@
"google/cloud-build": "0.2.0",
"google/cloud-channel": "0.6.0",
"google/cloud-common-protos": "0.3.0",
"google/cloud-compute": "0.6.0",
"google/cloud-compute": "1.0.0",
"google/cloud-contact-center-insights": "0.2.0",
"google/cloud-container": "1.5.3",
"google/cloud-container-analysis": "0.1.3",
Expand Down
3 changes: 3 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.174.0",
"v0.173.0",
"v0.172.0",
"v0.171.1",
Expand Down Expand Up @@ -250,6 +251,7 @@
"name": "google/analytics-data",
"defaultService": "analyticsdata/readme",
"versions": [
"v0.8.1",
"v0.8.0",
"v0.7.1",
"v0.7.0",
Expand Down Expand Up @@ -776,6 +778,7 @@
"name": "google/cloud-compute",
"defaultService": "compute/readme",
"versions": [
"v1.0.0",
"v0.6.0",
"v0.5.0",
"v0.4.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.173.0';
const VERSION = '0.174.0';
}
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.173.0';
const VERSION = '0.174.0';
}