diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa8063e3..c63168d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/google-auth-library-java/compare/v1.1.0...v1.2.0) (2021-09-30) + + +### Features + +* add support for Workforce Pools ([#729](https://www.github.com/googleapis/google-auth-library-java/issues/729)) ([5f3fed7](https://www.github.com/googleapis/google-auth-library-java/commit/5f3fed79e22f3c2d585c5b03c01791b0f8109929)) + + +### Bug Fixes + +* allow empty workforce_pool_user_project ([#752](https://www.github.com/googleapis/google-auth-library-java/issues/752)) ([e1cbce1](https://www.github.com/googleapis/google-auth-library-java/commit/e1cbce1a5cb269c6613bc6d40f06145bd45099c0)) +* timing of stale token refreshes on ComputeEngine ([#749](https://www.github.com/googleapis/google-auth-library-java/issues/749)) ([c813d55](https://www.github.com/googleapis/google-auth-library-java/commit/c813d55a78053ecbec1a9640e6c9814da87319eb)) +* workforce audience ([#741](https://www.github.com/googleapis/google-auth-library-java/issues/741)) ([a08cacc](https://www.github.com/googleapis/google-auth-library-java/commit/a08cacc7990b9058c8f1af3f9d8d816119562cc4)) + ## [1.1.0](https://www.github.com/googleapis/google-auth-library-java/compare/v1.0.0...v1.1.0) (2021-08-17) diff --git a/README.md b/README.md index 2a9889df3..67554f69c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,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 - 1.1.0 + 1.2.0 ``` [//]: # ({x-version-update-end}) @@ -41,7 +41,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:1.1.0' +compile 'com.google.auth:google-auth-library-oauth2-http:1.2.0' ``` [//]: # ({x-version-update-end}) @@ -49,7 +49,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" % "1.1.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.0" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index e867139d2..6f59c330f 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.1.1-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 8be32be87..88ec76dff 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 1.1.1-SNAPSHOT + 1.2.0 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index f2cabaa81..c71bf74de 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 1.1.1-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 3f216ad6d..b2a37442e 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.1.1-SNAPSHOT + 1.2.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 4183e9632..7300b9994 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 1.1.1-SNAPSHOT + 1.2.0 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index df96e9687..f76a192d8 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:1.1.0:1.1.1-SNAPSHOT -google-auth-library-bom:1.1.0:1.1.1-SNAPSHOT -google-auth-library-parent:1.1.0:1.1.1-SNAPSHOT -google-auth-library-appengine:1.1.0:1.1.1-SNAPSHOT -google-auth-library-credentials:1.1.0:1.1.1-SNAPSHOT -google-auth-library-oauth2-http:1.1.0:1.1.1-SNAPSHOT +google-auth-library:1.2.0:1.2.0 +google-auth-library-bom:1.2.0:1.2.0 +google-auth-library-parent:1.2.0:1.2.0 +google-auth-library-appengine:1.2.0:1.2.0 +google-auth-library-credentials:1.2.0:1.2.0 +google-auth-library-oauth2-http:1.2.0:1.2.0