diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca3742f2ce97..f27af4126771 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,77 @@
# Changelog
+## 0.148.0
+
+google/cloud-compute 0.1.0
+
+
+
+### Features
+
+* Compute GAPIC client ([#3639](https://www.github.com/googleapis/google-cloud-php/issues/3639)) ([63d458b](https://www.github.com/googleapis/google-cloud-php/commit/63d458b5126dda070bca5c968e0496bad964b76c))
+
+
+
+google/cloud-core 1.40.1
+
+
+
+### Bug Fixes
+
+* Update compute test group name ([#3639](https://www.github.com/googleapis/google-cloud-php/issues/3639)) ([63d458b](https://www.github.com/googleapis/google-cloud-php/commit/63d458b5126dda070bca5c968e0496bad964b76c))
+
+
+
+google/cloud-pubsub 1.29.4
+
+
+
+### Bug Fixes
+
+* Message::publishTime return type is nullable ([#3650](https://www.github.com/googleapis/google-cloud-php/issues/3650)) ([1ea6f28](https://www.github.com/googleapis/google-cloud-php/commit/1ea6f28cb9218ba50231027727e0230cedd8fb67))
+
+
+
+google/cloud-recommender 1.3.0
+
+
+
+### Features
+
+* add support for billingAccounts as a parent resource name ([#3644](https://www.github.com/googleapis/google-cloud-php/issues/3644)) ([d2e3ab4](https://www.github.com/googleapis/google-cloud-php/commit/d2e3ab4503192187362fca2f94934d9febfad842))
+
+
+
+google/cloud-security-center 1.1.0
+
+
+
+### Features
+
+* added field severity to findings ([#3643](https://www.github.com/googleapis/google-cloud-php/issues/3643)) ([6909b5d](https://www.github.com/googleapis/google-cloud-php/commit/6909b5d16569561e3791d2c2c9bc8c468e4bd7b1))
+
+
+
+google/cloud-spanner 1.32.3
+
+
+
+### Miscellaneous Chores
+
+* adds throttled to UpdateDatabaseDdlMetadata ([#3633](https://www.github.com/googleapis/google-cloud-php/issues/3633)) ([2b4f534](https://www.github.com/googleapis/google-cloud-php/commit/2b4f534c3be2ec2a2ec9f8b10c155ea0d711f881))
+
+
+
+google/cloud-storage 1.23.1
+
+
+
+### Bug Fixes
+
+* add IAM to StorageClient by default ([#3637](https://www.github.com/googleapis/google-cloud-php/issues/3637)) ([6c5e96a](https://www.github.com/googleapis/google-cloud-php/commit/6c5e96aa9bfe7ca62a312f2c7496b9b926c583c0))
+
+
+
## 0.147.0
google/cloud-assured-workloads 0.1.1
diff --git a/Compute/VERSION b/Compute/VERSION
index 6c6aa7cb0918..6e8bf73aa550 100644
--- a/Compute/VERSION
+++ b/Compute/VERSION
@@ -1 +1 @@
-0.1.0
\ No newline at end of file
+0.1.0
diff --git a/Compute/synth.py b/Compute/synth.py
index 18390825bb5b..04f7476fdbfe 100644
--- a/Compute/synth.py
+++ b/Compute/synth.py
@@ -79,11 +79,11 @@
s.replace(
'**/V*/*Client.php',
r'Copyright \d{4}',
- 'Copyright 2020')
+ 'Copyright 2021')
s.replace(
'tests/**/V*/*Test.php',
r'Copyright \d{4}',
- 'Copyright 2020')
+ 'Copyright 2021')
### [START] protoc backwards compatibility fixes
diff --git a/Compute/tests/Unit/V1/AcceleratorTypesClientTest.php b/Compute/tests/Unit/V1/AcceleratorTypesClientTest.php
index 34f7c5798727..f72f8d9365b7 100644
--- a/Compute/tests/Unit/V1/AcceleratorTypesClientTest.php
+++ b/Compute/tests/Unit/V1/AcceleratorTypesClientTest.php
@@ -1,6 +1,6 @@