diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fc7b4f1c..b414daba7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [1.25.0](https://github.com/googleapis/google-auth-library-java/compare/v1.24.1...v1.25.0) (2024-09-03)
+
+
+### Features
+
+* Support retrieving ID Token from IAM endpoint for ServiceAccountCredentials ([#1433](https://github.com/googleapis/google-auth-library-java/issues/1433)) ([4fcf83e](https://github.com/googleapis/google-auth-library-java/commit/4fcf83e0f96de0e6323b85b9a47119a257b37e90))
+
+
+### Bug Fixes
+
+* ComputeEngineCredentials.createScoped should invalidate existing AccessToken ([#1428](https://github.com/googleapis/google-auth-library-java/issues/1428)) ([079a065](https://github.com/googleapis/google-auth-library-java/commit/079a06563114e359b74694b78aec687601a2f628))
+* Invalidate the SA's AccessToken when createScoped() is called ([#1489](https://github.com/googleapis/google-auth-library-java/issues/1489)) ([f26fee7](https://github.com/googleapis/google-auth-library-java/commit/f26fee78d69fce1aaa00dbd5548f3e0266ee6441))
+
## [1.24.1](https://github.com/googleapis/google-auth-library-java/compare/v1.24.0...v1.24.1) (2024-08-13)
diff --git a/appengine/pom.xml b/appengine/pom.xml
index 67db05102..f836d6421 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 1.24.2-SNAPSHOT
+ 1.25.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 957bbb822..2640b091a 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 1.24.2-SNAPSHOT
+ 1.25.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index cdcdbabd7..554f405b9 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 1.24.2-SNAPSHOT
+ 1.25.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index 62eae4213..8e0840751 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -7,7 +7,7 @@
com.google.auth
google-auth-library-parent
- 1.24.2-SNAPSHOT
+ 1.25.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 30680d197..18d8f0951 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 1.24.2-SNAPSHOT
+ 1.25.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index 9c9e98ff3..db614fb13 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:1.24.1:1.24.2-SNAPSHOT
-google-auth-library-bom:1.24.1:1.24.2-SNAPSHOT
-google-auth-library-parent:1.24.1:1.24.2-SNAPSHOT
-google-auth-library-appengine:1.24.1:1.24.2-SNAPSHOT
-google-auth-library-credentials:1.24.1:1.24.2-SNAPSHOT
-google-auth-library-oauth2-http:1.24.1:1.24.2-SNAPSHOT
+google-auth-library:1.25.0:1.25.0
+google-auth-library-bom:1.25.0:1.25.0
+google-auth-library-parent:1.25.0:1.25.0
+google-auth-library-appengine:1.25.0:1.25.0
+google-auth-library-credentials:1.25.0:1.25.0
+google-auth-library-oauth2-http:1.25.0:1.25.0