diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0d1309b..117c85cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [3.7.0](https://github.com/googleapis/java-channel/compare/v3.6.1...v3.7.0) (2022-06-28)
+
+
+### Features
+
+* Enable REST transport for most of Java and Go clients ([#311](https://github.com/googleapis/java-channel/issues/311)) ([b2260c8](https://github.com/googleapis/java-channel/commit/b2260c87d95f91517b4cbeb949035936ff875b3c))
+
+
+### Bug Fixes
+
+* update gapic-generator-java with mock service generation fixes ([#317](https://github.com/googleapis/java-channel/issues/317)) ([d28dd8f](https://github.com/googleapis/java-channel/commit/d28dd8f59e895ca12dff9a7a4640cedd2744c03c))
+
## [3.6.1](https://github.com/googleapis/java-channel/compare/v3.6.0...v3.6.1) (2022-06-23)
diff --git a/google-cloud-channel-bom/pom.xml b/google-cloud-channel-bom/pom.xml
index ccec7faf..c5ad838a 100644
--- a/google-cloud-channel-bom/pom.xml
+++ b/google-cloud-channel-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-channel-bom
- 3.6.2-SNAPSHOT
+ 3.7.0
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.cloud
google-cloud-channel
- 3.6.2-SNAPSHOT
+ 3.7.0
com.google.api.grpc
grpc-google-cloud-channel-v1
- 3.6.2-SNAPSHOT
+ 3.7.0
com.google.api.grpc
proto-google-cloud-channel-v1
- 3.6.2-SNAPSHOT
+ 3.7.0
diff --git a/google-cloud-channel/pom.xml b/google-cloud-channel/pom.xml
index 8919d953..afc34d15 100644
--- a/google-cloud-channel/pom.xml
+++ b/google-cloud-channel/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-channel
- 3.6.2-SNAPSHOT
+ 3.7.0
jar
Google Channel Services
https://github.com/googleapis/java-channel
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-channel-parent
- 3.6.2-SNAPSHOT
+ 3.7.0
google-cloud-channel
diff --git a/grpc-google-cloud-channel-v1/pom.xml b/grpc-google-cloud-channel-v1/pom.xml
index 2a8965b8..c1b1e7c3 100644
--- a/grpc-google-cloud-channel-v1/pom.xml
+++ b/grpc-google-cloud-channel-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-channel-v1
- 3.6.2-SNAPSHOT
+ 3.7.0
grpc-google-cloud-channel-v1
GRPC library for google-cloud-channel
com.google.cloud
google-cloud-channel-parent
- 3.6.2-SNAPSHOT
+ 3.7.0
diff --git a/pom.xml b/pom.xml
index edcf5204..3ee09de7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-channel-parent
pom
- 3.6.2-SNAPSHOT
+ 3.7.0
Google Channel Services Parent
https://github.com/googleapis/java-
@@ -61,17 +61,17 @@
com.google.cloud
google-cloud-channel
- 3.6.2-SNAPSHOT
+ 3.7.0
com.google.api.grpc
proto-google-cloud-channel-v1
- 3.6.2-SNAPSHOT
+ 3.7.0
com.google.api.grpc
grpc-google-cloud-channel-v1
- 3.6.2-SNAPSHOT
+ 3.7.0
diff --git a/proto-google-cloud-channel-v1/pom.xml b/proto-google-cloud-channel-v1/pom.xml
index a8cd5a68..77057bd0 100644
--- a/proto-google-cloud-channel-v1/pom.xml
+++ b/proto-google-cloud-channel-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-channel-v1
- 3.6.2-SNAPSHOT
+ 3.7.0
proto-google-cloud-channel-v1
Proto library for google-cloud-channel
com.google.cloud
google-cloud-channel-parent
- 3.6.2-SNAPSHOT
+ 3.7.0
diff --git a/versions.txt b/versions.txt
index 2df5b528..d655300a 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-channel:3.6.1:3.6.2-SNAPSHOT
-grpc-google-cloud-channel-v1:3.6.1:3.6.2-SNAPSHOT
-proto-google-cloud-channel-v1:3.6.1:3.6.2-SNAPSHOT
+google-cloud-channel:3.7.0:3.7.0
+grpc-google-cloud-channel-v1:3.7.0:3.7.0
+proto-google-cloud-channel-v1:3.7.0:3.7.0