diff --git a/AnalyticsData/VERSION b/AnalyticsData/VERSION
index a3df0a6959e1..6f4eebdf6f68 100644
--- a/AnalyticsData/VERSION
+++ b/AnalyticsData/VERSION
@@ -1 +1 @@
-0.8.0
+0.8.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e98b759533d9..1aef996a1123 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog
+## 0.174.0
+
+google/analytics-data 0.8.1
+
+
+
+### Bug Fixes
+
+* another change ([#3](https://github.com/chingor13/google-cloud-php/issues/3)) ([c9745ce](https://github.com/chingor13/google-cloud-php/commit/c9745ce4e1d71e4d6c55055f37ff190330d071bb))
+
+
+
+google/cloud-compute 1.0.0
+
+
+
+### 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))
+
+
+
## 0.173.0
google/cloud-access-approval 0.3.0
diff --git a/Compute/VERSION b/Compute/VERSION
index a918a2aa18d5..3eefcb9dd5b3 100644
--- a/Compute/VERSION
+++ b/Compute/VERSION
@@ -1 +1 @@
-0.6.0
+1.0.0
diff --git a/composer.json b/composer.json
index a959fa7e920e..79fe52ca6bca 100644
--- a/composer.json
+++ b/composer.json
@@ -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",
@@ -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",
diff --git a/docs/manifest.json b/docs/manifest.json
index e5c098ca260b..1341291b9f42 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
+ "v0.174.0",
"v0.173.0",
"v0.172.0",
"v0.171.1",
@@ -250,6 +251,7 @@
"name": "google/analytics-data",
"defaultService": "analyticsdata/readme",
"versions": [
+ "v0.8.1",
"v0.8.0",
"v0.7.1",
"v0.7.0",
@@ -776,6 +778,7 @@
"name": "google/cloud-compute",
"defaultService": "compute/readme",
"versions": [
+ "v1.0.0",
"v0.6.0",
"v0.5.0",
"v0.4.1",
diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php
index d76c6ea52078..4ef3415a0b0a 100644
--- a/src/ServiceBuilder.php
+++ b/src/ServiceBuilder.php
@@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
- const VERSION = '0.173.0';
+ const VERSION = '0.174.0';
}
diff --git a/src/Version.php b/src/Version.php
index 85b29d0d5373..a546a07743c0 100644
--- a/src/Version.php
+++ b/src/Version.php
@@ -22,5 +22,5 @@
*/
class Version
{
- const VERSION = '0.173.0';
+ const VERSION = '0.174.0';
}