diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e4d1f32d..41c26310a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.25.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.24.1...v0.25.0) (2021-03-16)
+
+
+### Features
+
+* add self signed jwt support ([#572](https://www.github.com/googleapis/google-auth-library-java/issues/572)) ([efe103a](https://www.github.com/googleapis/google-auth-library-java/commit/efe103a2e688ca915ec9925a72c49bb2a1b3c3b5))
+
### [0.24.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.24.0...v0.24.1) (2021-02-25)
diff --git a/README.md b/README.md
index 78430a80f..b328b59a4 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
com.google.auth
google-auth-library-oauth2-http
- 0.24.1
+ 0.25.0
```
[//]: # ({x-version-update-end})
@@ -42,7 +42,7 @@ If you are using Gradle, add this to your dependencies
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
```Groovy
-compile 'com.google.auth:google-auth-library-oauth2-http:0.24.1'
+compile 'com.google.auth:google-auth-library-oauth2-http:0.25.0'
```
[//]: # ({x-version-update-end})
@@ -50,7 +50,7 @@ If you are using SBT, add this to your dependencies
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
```Scala
-libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.24.1"
+libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.25.0"
```
[//]: # ({x-version-update-end})
diff --git a/appengine/pom.xml b/appengine/pom.xml
index 08783d9fa..9bc70c605 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.24.2-SNAPSHOT
+ 0.25.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 1ce5a1ab8..b52cc4d20 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 0.24.2-SNAPSHOT
+ 0.25.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index 116ccb564..4a70f86bb 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 0.24.2-SNAPSHOT
+ 0.25.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index c49af043b..fc81672fd 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.24.2-SNAPSHOT
+ 0.25.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index d5e65e0e3..8635a00ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 0.24.2-SNAPSHOT
+ 0.25.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index 1af3a5727..c4f1a6169 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-google-auth-library:0.24.1:0.24.2-SNAPSHOT
-google-auth-library-bom:0.24.1:0.24.2-SNAPSHOT
-google-auth-library-parent:0.24.1:0.24.2-SNAPSHOT
-google-auth-library-appengine:0.24.1:0.24.2-SNAPSHOT
-google-auth-library-credentials:0.24.1:0.24.2-SNAPSHOT
-google-auth-library-oauth2-http:0.24.1:0.24.2-SNAPSHOT
+google-auth-library:0.25.0:0.25.0
+google-auth-library-bom:0.25.0:0.25.0
+google-auth-library-parent:0.25.0:0.25.0
+google-auth-library-appengine:0.25.0:0.25.0
+google-auth-library-credentials:0.25.0:0.25.0
+google-auth-library-oauth2-http:0.25.0:0.25.0