diff --git a/CHANGELOG.md b/CHANGELOG.md
index b414daba7..30cc9aa5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.26.0](https://github.com/googleapis/google-auth-library-java/compare/v1.25.0...v1.26.0) (2024-09-18)
+
+
+### Features
+
+* Updates UserAuthorizer to support retrieving token response directly with different client auth types ([#1486](https://github.com/googleapis/google-auth-library-java/issues/1486)) ([1651006](https://github.com/googleapis/google-auth-library-java/commit/16510064e861868f649b6bc8fdc54b8a39890812))
+
## [1.25.0](https://github.com/googleapis/google-auth-library-java/compare/v1.24.1...v1.25.0) (2024-09-03)
diff --git a/appengine/pom.xml b/appengine/pom.xml
index 1ab7b13b7..3899140c7 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.25.1-SNAPSHOT
+ 1.26.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 5c0662e3b..b5e9ae2fb 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 1.25.1-SNAPSHOT
+ 1.26.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index 69481175d..3d331e2bc 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 1.25.1-SNAPSHOT
+ 1.26.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index 3f1cb60b5..f380f7fc3 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -7,7 +7,7 @@
com.google.auth
google-auth-library-parent
- 1.25.1-SNAPSHOT
+ 1.26.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 68b996fe3..953947d50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 1.25.1-SNAPSHOT
+ 1.26.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index 435dc6abb..c55311bd5 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:1.25.0:1.25.1-SNAPSHOT
-google-auth-library-bom:1.25.0:1.25.1-SNAPSHOT
-google-auth-library-parent:1.25.0:1.25.1-SNAPSHOT
-google-auth-library-appengine:1.25.0:1.25.1-SNAPSHOT
-google-auth-library-credentials:1.25.0:1.25.1-SNAPSHOT
-google-auth-library-oauth2-http:1.25.0:1.25.1-SNAPSHOT
+google-auth-library:1.26.0:1.26.0
+google-auth-library-bom:1.26.0:1.26.0
+google-auth-library-parent:1.26.0:1.26.0
+google-auth-library-appengine:1.26.0:1.26.0
+google-auth-library-credentials:1.26.0:1.26.0
+google-auth-library-oauth2-http:1.26.0:1.26.0