diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c26310a..69a5f3322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.25.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.25.0...v0.25.1) (2021-03-18) + + +### Bug Fixes + +* fix service account credentials createScopedRequired ([#601](https://www.github.com/googleapis/google-auth-library-java/issues/601)) ([0614482](https://www.github.com/googleapis/google-auth-library-java/commit/061448209da05ddfc75b40aae495c33d0ee7f1ee)) + ## [0.25.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.24.1...v0.25.0) (2021-03-16) diff --git a/README.md b/README.md index b328b59a4..1ed73ece9 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.25.0 + 0.25.1 ``` [//]: # ({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.25.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.25.1' ``` [//]: # ({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.25.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.25.1" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index ba04ef140..a94c4136d 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.25.1-SNAPSHOT + 0.25.1 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 31e4b5c7a..d0fc50ab9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.25.1-SNAPSHOT + 0.25.1 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index 606ea6805..16cc45664 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 0.25.1-SNAPSHOT + 0.25.1 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 782c0cae0..8e3fa8ff2 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.25.1-SNAPSHOT + 0.25.1 ../pom.xml diff --git a/pom.xml b/pom.xml index bcd8695a0..6b48cf952 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 0.25.1-SNAPSHOT + 0.25.1 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 864c45da3..fcb8e9d22 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.25.0:0.25.1-SNAPSHOT -google-auth-library-bom:0.25.0:0.25.1-SNAPSHOT -google-auth-library-parent:0.25.0:0.25.1-SNAPSHOT -google-auth-library-appengine:0.25.0:0.25.1-SNAPSHOT -google-auth-library-credentials:0.25.0:0.25.1-SNAPSHOT -google-auth-library-oauth2-http:0.25.0:0.25.1-SNAPSHOT +google-auth-library:0.25.1:0.25.1 +google-auth-library-bom:0.25.1:0.25.1 +google-auth-library-parent:0.25.1:0.25.1 +google-auth-library-appengine:0.25.1:0.25.1 +google-auth-library-credentials:0.25.1:0.25.1 +google-auth-library-oauth2-http:0.25.1:0.25.1