diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80ed5430..216ef4d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [1.3.0](https://github.com/googleapis/java-orchestration-airflow/compare/v1.2.0...v1.3.0) (2022-07-01)
+
+
+### Features
+
+* Enable REST transport for most of Java and Go clients ([#201](https://github.com/googleapis/java-orchestration-airflow/issues/201)) ([5e868ac](https://github.com/googleapis/java-orchestration-airflow/commit/5e868acfec7f4e5b9ba981ade3cfd48bcece0c9b))
+
+
+### Bug Fixes
+
+* update gapic-generator-java with mock service generation fixes ([#203](https://github.com/googleapis/java-orchestration-airflow/issues/203)) ([3d127b2](https://github.com/googleapis/java-orchestration-airflow/commit/3d127b24906139745a4a552ddf9a1603e7175824))
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#200](https://github.com/googleapis/java-orchestration-airflow/issues/200)) ([6abe784](https://github.com/googleapis/java-orchestration-airflow/commit/6abe784a9e773d66ff81152f0629ee8fc4cd5ca4))
+
## [1.2.0](https://github.com/googleapis/java-orchestration-airflow/compare/v1.1.7...v1.2.0) (2022-05-19)
diff --git a/google-cloud-orchestration-airflow-bom/pom.xml b/google-cloud-orchestration-airflow-bom/pom.xml
index dc51573a..fd33f92d 100644
--- a/google-cloud-orchestration-airflow-bom/pom.xml
+++ b/google-cloud-orchestration-airflow-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-orchestration-airflow-bom
- 1.2.1-SNAPSHOT
+ 1.3.0
pom
com.google.cloud
@@ -56,27 +56,27 @@
com.google.cloud
google-cloud-orchestration-airflow
- 1.2.1-SNAPSHOT
+ 1.3.0
com.google.api.grpc
grpc-google-cloud-orchestration-airflow-v1
- 1.2.1-SNAPSHOT
+ 1.3.0
com.google.api.grpc
grpc-google-cloud-orchestration-airflow-v1beta1
- 0.5.1-SNAPSHOT
+ 0.6.0
com.google.api.grpc
proto-google-cloud-orchestration-airflow-v1
- 1.2.1-SNAPSHOT
+ 1.3.0
com.google.api.grpc
proto-google-cloud-orchestration-airflow-v1beta1
- 0.5.1-SNAPSHOT
+ 0.6.0
diff --git a/google-cloud-orchestration-airflow/pom.xml b/google-cloud-orchestration-airflow/pom.xml
index 0dbf2aad..8db9761f 100644
--- a/google-cloud-orchestration-airflow/pom.xml
+++ b/google-cloud-orchestration-airflow/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-orchestration-airflow
- 1.2.1-SNAPSHOT
+ 1.3.0
jar
Google Cloud Composer
https://github.com/googleapis/java-orchestration-airflow
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-orchestration-airflow-parent
- 1.2.1-SNAPSHOT
+ 1.3.0
google-cloud-orchestration-airflow
diff --git a/grpc-google-cloud-orchestration-airflow-v1/pom.xml b/grpc-google-cloud-orchestration-airflow-v1/pom.xml
index e12d7b71..65ec99e6 100644
--- a/grpc-google-cloud-orchestration-airflow-v1/pom.xml
+++ b/grpc-google-cloud-orchestration-airflow-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-orchestration-airflow-v1
- 1.2.1-SNAPSHOT
+ 1.3.0
grpc-google-cloud-orchestration-airflow-v1
GRPC library for google-cloud-orchestration-airflow
com.google.cloud
google-cloud-orchestration-airflow-parent
- 1.2.1-SNAPSHOT
+ 1.3.0
diff --git a/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml b/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml
index 0ce4caa8..088050ee 100644
--- a/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml
+++ b/grpc-google-cloud-orchestration-airflow-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-orchestration-airflow-v1beta1
- 0.5.1-SNAPSHOT
+ 0.6.0
grpc-google-cloud-orchestration-airflow-v1beta1
GRPC library for google-cloud-orchestration-airflow
com.google.cloud
google-cloud-orchestration-airflow-parent
- 1.2.1-SNAPSHOT
+ 1.3.0
diff --git a/pom.xml b/pom.xml
index db6e1592..7b5547b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-orchestration-airflow-parent
pom
- 1.2.1-SNAPSHOT
+ 1.3.0
Google Cloud Composer Parent
https://github.com/googleapis/java-orchestration-airflow
@@ -69,27 +69,27 @@
com.google.cloud
google-cloud-orchestration-airflow
- 1.2.1-SNAPSHOT
+ 1.3.0
com.google.api.grpc
grpc-google-cloud-orchestration-airflow-v1
- 1.2.1-SNAPSHOT
+ 1.3.0
com.google.api.grpc
grpc-google-cloud-orchestration-airflow-v1beta1
- 0.5.1-SNAPSHOT
+ 0.6.0
com.google.api.grpc
proto-google-cloud-orchestration-airflow-v1
- 1.2.1-SNAPSHOT
+ 1.3.0
com.google.api.grpc
proto-google-cloud-orchestration-airflow-v1beta1
- 0.5.1-SNAPSHOT
+ 0.6.0
diff --git a/proto-google-cloud-orchestration-airflow-v1/pom.xml b/proto-google-cloud-orchestration-airflow-v1/pom.xml
index 021fdc84..9ffb52ef 100644
--- a/proto-google-cloud-orchestration-airflow-v1/pom.xml
+++ b/proto-google-cloud-orchestration-airflow-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-orchestration-airflow-v1
- 1.2.1-SNAPSHOT
+ 1.3.0
proto-google-cloud-orchestration-airflow-v1
Proto library for google-cloud-orchestration-airflow
com.google.cloud
google-cloud-orchestration-airflow-parent
- 1.2.1-SNAPSHOT
+ 1.3.0
diff --git a/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml b/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml
index 30792088..e7b4bb66 100644
--- a/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml
+++ b/proto-google-cloud-orchestration-airflow-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-orchestration-airflow-v1beta1
- 0.5.1-SNAPSHOT
+ 0.6.0
proto-google-cloud-orchestration-airflow-v1beta1
Proto library for google-cloud-orchestration-airflow
com.google.cloud
google-cloud-orchestration-airflow-parent
- 1.2.1-SNAPSHOT
+ 1.3.0
diff --git a/versions.txt b/versions.txt
index 9c7cf380..0b55b361 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version
-google-cloud-orchestration-airflow:1.2.0:1.2.1-SNAPSHOT
-grpc-google-cloud-orchestration-airflow-v1:1.2.0:1.2.1-SNAPSHOT
-grpc-google-cloud-orchestration-airflow-v1beta1:0.5.0:0.5.1-SNAPSHOT
-proto-google-cloud-orchestration-airflow-v1:1.2.0:1.2.1-SNAPSHOT
-proto-google-cloud-orchestration-airflow-v1beta1:0.5.0:0.5.1-SNAPSHOT
+google-cloud-orchestration-airflow:1.3.0:1.3.0
+grpc-google-cloud-orchestration-airflow-v1:1.3.0:1.3.0
+grpc-google-cloud-orchestration-airflow-v1beta1:0.6.0:0.6.0
+proto-google-cloud-orchestration-airflow-v1:1.3.0:1.3.0
+proto-google-cloud-orchestration-airflow-v1beta1:0.6.0:0.6.0