diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7a19b4fd..3d822e5c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.9.0](https://github.com/googleapis/gax-java/compare/v2.8.1...v2.9.0) (2022-01-14)
+
+
+### Features
+
+* pass a CallCredentials to grpc-java for DirectPath ([#1488](https://github.com/googleapis/gax-java/issues/1488)) ([4a7713a](https://github.com/googleapis/gax-java/commit/4a7713ad683e70380087437d6b52cbe3e115d1fb))
+
### [2.8.1](https://www.github.com/googleapis/gax-java/compare/v2.8.0...v2.8.1) (2022-01-06)
diff --git a/build.gradle b/build.gradle
index ae9065f93..f0a178917 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ plugins {
}
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
-project.version = "2.8.2-SNAPSHOT" // {x-version-update:gax:current}
+project.version = "2.9.0" // {x-version-update:gax:current}
allprojects {
group = 'com.google.api'
diff --git a/dependencies.properties b/dependencies.properties
index 0700568e6..f19d0c1ef 100644
--- a/dependencies.properties
+++ b/dependencies.properties
@@ -8,16 +8,16 @@
# Versions of oneself
# {x-version-update-start:gax:current}
-version.gax=2.8.2-SNAPSHOT
+version.gax=2.9.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
-version.gax_grpc=2.8.2-SNAPSHOT
+version.gax_grpc=2.9.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
-version.gax_bom=2.8.2-SNAPSHOT
+version.gax_bom=2.9.0
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
-version.gax_httpjson=0.93.2-SNAPSHOT
+version.gax_httpjson=0.94.0
# {x-version-update-end}
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
diff --git a/gax-bom/build.gradle b/gax-bom/build.gradle
index 505c5fe17..0246a885d 100644
--- a/gax-bom/build.gradle
+++ b/gax-bom/build.gradle
@@ -5,7 +5,7 @@ plugins {
archivesBaseName = 'gax-bom'
-project.version = "2.8.2-SNAPSHOT" // {x-version-update:gax-bom:current}
+project.version = "2.9.0" // {x-version-update:gax-bom:current}
def mavenJavaDir = "$buildDir/publications/mavenJava"
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')
diff --git a/gax-bom/pom.xml b/gax-bom/pom.xml
index a7e2c4b82..712a0f15e 100644
--- a/gax-bom/pom.xml
+++ b/gax-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.api
gax-bom
- 2.8.2-SNAPSHOT
+ 2.9.0
pom
GAX (Google Api eXtensions) for Java
Google Api eXtensions for Java
@@ -33,34 +33,34 @@
com.google.api
gax
- 2.8.2-SNAPSHOT
+ 2.9.0
com.google.api
gax
- 2.8.2-SNAPSHOT
+ 2.9.0
testlib
com.google.api
gax-grpc
- 2.8.2-SNAPSHOT
+ 2.9.0
com.google.api
gax-grpc
- 2.8.2-SNAPSHOT
+ 2.9.0
testlib
com.google.api
gax-httpjson
- 0.93.2-SNAPSHOT
+ 0.94.0
com.google.api
gax-httpjson
- 0.93.2-SNAPSHOT
+ 0.94.0
testlib
diff --git a/gax-grpc/build.gradle b/gax-grpc/build.gradle
index aa0d3e7cc..729f22d7d 100644
--- a/gax-grpc/build.gradle
+++ b/gax-grpc/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-grpc'
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
-project.version = "2.8.2-SNAPSHOT" // {x-version-update:gax-grpc:current}
+project.version = "2.9.0" // {x-version-update:gax-grpc:current}
dependencies {
api(project(':gax'),
diff --git a/gax-httpjson/build.gradle b/gax-httpjson/build.gradle
index a050a5508..ce70c9ee9 100644
--- a/gax-httpjson/build.gradle
+++ b/gax-httpjson/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = 'gax-httpjson'
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
-project.version = "0.93.2-SNAPSHOT" // {x-version-update:gax-httpjson:current}
+project.version = "0.94.0" // {x-version-update:gax-httpjson:current}
dependencies {
api(project(':gax'),
diff --git a/gax/build.gradle b/gax/build.gradle
index 7792c20d0..8bb7a6bad 100644
--- a/gax/build.gradle
+++ b/gax/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax"
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
-project.version = "2.8.2-SNAPSHOT" // {x-version-update:gax:current}
+project.version = "2.9.0" // {x-version-update:gax:current}
dependencies {
api(libraries['maven.com_google_api_api_common'],
diff --git a/versions.txt b/versions.txt
index daee5a19d..c9933bf28 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version
-gax:2.8.1:2.8.2-SNAPSHOT
-gax-bom:2.8.1:2.8.2-SNAPSHOT
-gax-grpc:2.8.1:2.8.2-SNAPSHOT
-gax-httpjson:0.93.1:0.93.2-SNAPSHOT
+gax:2.9.0:2.9.0
+gax-bom:2.9.0:2.9.0
+gax-grpc:2.9.0:2.9.0
+gax-httpjson:0.94.0:0.94.0