diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a356e4e..61f02473c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.15.0](https://github.com/googleapis/google-auth-library-java/compare/v1.14.0...v1.15.0) (2023-01-25) + + +### Features + +* Adds external account authorized user credentials ([#1129](https://github.com/googleapis/google-auth-library-java/issues/1129)) ([06bf21a](https://github.com/googleapis/google-auth-library-java/commit/06bf21a6ce9478a35907bd6681e53a0e86ffc83f)) +* Expose scopes granted by user ([#1107](https://github.com/googleapis/google-auth-library-java/issues/1107)) ([240c26b](https://github.com/googleapis/google-auth-library-java/commit/240c26bf11652e208469c2a6ea2fc2f383343c25)) + + +### Bug Fixes + +* AccessToken scopes clean serialization and default as empty list ([#1125](https://github.com/googleapis/google-auth-library-java/issues/1125)) ([f55d41f](https://github.com/googleapis/google-auth-library-java/commit/f55d41fa90750464a37a452ff03a8b811ae93425)) +* Enforce Locale.US for AwsRequestSignerTest ([#1111](https://github.com/googleapis/google-auth-library-java/issues/1111)) ([aeb1218](https://github.com/googleapis/google-auth-library-java/commit/aeb12182241e75cba664975a83bbcfa2449fb0f5)) +* Ensure both refreshMargin and expirationMargin are set when using OAuth2CredentialsWithRefresh ([#1131](https://github.com/googleapis/google-auth-library-java/issues/1131)) ([326e4a1](https://github.com/googleapis/google-auth-library-java/commit/326e4a15dae72b3806b7a640843d7abc669b19c6)) + ## [1.14.0](https://github.com/googleapis/google-auth-library-java/compare/v1.13.0...v1.14.0) (2022-12-06) diff --git a/appengine/pom.xml b/appengine/pom.xml index e72fdd149..3e9f19bf3 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.14.1-SNAPSHOT + 1.15.0 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index ef95e21b9..ee858d36e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 1.14.1-SNAPSHOT + 1.15.0 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index e38885a9a..48a97db60 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 1.14.1-SNAPSHOT + 1.15.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 9f03b84c7..be57457b1 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.14.1-SNAPSHOT + 1.15.0 ../pom.xml diff --git a/pom.xml b/pom.xml index a1ecdf60a..6cbd21677 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 1.14.1-SNAPSHOT + 1.15.0 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 8fd336dee..b32643763 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:1.14.0:1.14.1-SNAPSHOT -google-auth-library-bom:1.14.0:1.14.1-SNAPSHOT -google-auth-library-parent:1.14.0:1.14.1-SNAPSHOT -google-auth-library-appengine:1.14.0:1.14.1-SNAPSHOT -google-auth-library-credentials:1.14.0:1.14.1-SNAPSHOT -google-auth-library-oauth2-http:1.14.0:1.14.1-SNAPSHOT +google-auth-library:1.15.0:1.15.0 +google-auth-library-bom:1.15.0:1.15.0 +google-auth-library-parent:1.15.0:1.15.0 +google-auth-library-appengine:1.15.0:1.15.0 +google-auth-library-credentials:1.15.0:1.15.0 +google-auth-library-oauth2-http:1.15.0:1.15.0