diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9146ecb154..ecb6b6c5ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [2.9.0](https://github.com/googleapis/java-storage/compare/v2.8.1...v2.9.0) (2022-06-27)
+
+
+### Features
+
+* Enable REST transport for most of Java and Go clients ([#1469](https://github.com/googleapis/java-storage/issues/1469)) ([cfb6fd8](https://github.com/googleapis/java-storage/commit/cfb6fd8c1f13cb2115e5ff7ea7af41a9e27986b1))
+
+
+### Documentation
+
+* Clarified how clients should work with resumable uploads ([#1457](https://github.com/googleapis/java-storage/issues/1457)) ([15baa27](https://github.com/googleapis/java-storage/commit/15baa27c97aacca115981f5c14d942a8ddd6cb1f))
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#1468](https://github.com/googleapis/java-storage/issues/1468)) ([1a817fe](https://github.com/googleapis/java-storage/commit/1a817fef87e626e74dab47eaff33c1d9d3c56bb5))
+* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#1463](https://github.com/googleapis/java-storage/issues/1463)) ([d42c570](https://github.com/googleapis/java-storage/commit/d42c5704e4fe7341dfdd0562fa0bdbcd4bc99c7e))
+* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#1464](https://github.com/googleapis/java-storage/issues/1464)) ([2f35a4f](https://github.com/googleapis/java-storage/commit/2f35a4f597870a4506119946510ba82fbb7f9449))
+* update kms.version to v0.96.3 ([#1471](https://github.com/googleapis/java-storage/issues/1471)) ([ceb7fa6](https://github.com/googleapis/java-storage/commit/ceb7fa665c35f6b00aebaa665246597b9ee4632a))
+
## [2.8.1](https://github.com/googleapis/java-storage/compare/v2.8.0...v2.8.1) (2022-06-13)
diff --git a/gapic-google-cloud-storage-v2/pom.xml b/gapic-google-cloud-storage-v2/pom.xml
index f9475c87de..f0c0c9cef5 100644
--- a/gapic-google-cloud-storage-v2/pom.xml
+++ b/gapic-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.8.2-alpha-SNAPSHOT
+ 2.9.0-alpha
gapic-google-cloud-storage-v2
GRPC library for gapic-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.8.2-SNAPSHOT
+ 2.9.0
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index 9abc39cc6b..3e4c229f93 100644
--- a/google-cloud-storage/pom.xml
+++ b/google-cloud-storage/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-storage
- 2.8.2-SNAPSHOT
+ 2.9.0
jar
Google Cloud Storage
https://github.com/googleapis/java-storage
@@ -12,7 +12,7 @@
com.google.cloud
google-cloud-storage-parent
- 2.8.2-SNAPSHOT
+ 2.9.0
google-cloud-storage
diff --git a/grpc-google-cloud-storage-v2/pom.xml b/grpc-google-cloud-storage-v2/pom.xml
index 1268b17b45..47c27488b1 100644
--- a/grpc-google-cloud-storage-v2/pom.xml
+++ b/grpc-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.8.2-alpha-SNAPSHOT
+ 2.9.0-alpha
grpc-google-cloud-storage-v2
GRPC library for grpc-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.8.2-SNAPSHOT
+ 2.9.0
diff --git a/pom.xml b/pom.xml
index 84c5bb13c6..6e7fd2b477 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-storage-parent
pom
- 2.8.2-SNAPSHOT
+ 2.9.0
Storage Parent
https://github.com/googleapis/java-storage
@@ -70,7 +70,7 @@
com.google.cloud
google-cloud-storage
- 2.8.2-SNAPSHOT
+ 2.9.0
com.google.apis
@@ -111,17 +111,17 @@
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.8.2-alpha-SNAPSHOT
+ 2.9.0-alpha
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.8.2-alpha-SNAPSHOT
+ 2.9.0-alpha
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.8.2-alpha-SNAPSHOT
+ 2.9.0-alpha
com.google.cloud
diff --git a/proto-google-cloud-storage-v2/pom.xml b/proto-google-cloud-storage-v2/pom.xml
index f50b9451ec..3d76cec7a6 100644
--- a/proto-google-cloud-storage-v2/pom.xml
+++ b/proto-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.8.2-alpha-SNAPSHOT
+ 2.9.0-alpha
proto-google-cloud-storage-v2
PROTO library for proto-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.8.2-SNAPSHOT
+ 2.9.0
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index ad28c305f3..52820ec296 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-storage
- 2.8.2-SNAPSHOT
+ 2.9.0
diff --git a/versions.txt b/versions.txt
index 396aedaa5f..d0173afbc7 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version
-google-cloud-storage:2.8.1:2.8.2-SNAPSHOT
-gapic-google-cloud-storage-v2:2.8.1-alpha:2.8.2-alpha-SNAPSHOT
-grpc-google-cloud-storage-v2:2.8.1-alpha:2.8.2-alpha-SNAPSHOT
-proto-google-cloud-storage-v2:2.8.1-alpha:2.8.2-alpha-SNAPSHOT
+google-cloud-storage:2.9.0:2.9.0
+gapic-google-cloud-storage-v2:2.9.0-alpha:2.9.0-alpha
+grpc-google-cloud-storage-v2:2.9.0-alpha:2.9.0-alpha
+proto-google-cloud-storage-v2:2.9.0-alpha:2.9.0-alpha