From 88386e4568386f60d824935892e2e22c74c2572e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 17:48:42 +0000 Subject: [PATCH] chore: release 1.2.2 (#774) :robot: I have created a release \*beep\* \*boop\* --- ### [1.2.2](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.1...v1.2.2) (2021-10-20) ### Bug Fixes * environment variable is "AWS_SESSION_TOKEN" and not "Token" ([#772](https://www.github.com/googleapis/google-auth-library-java/issues/772)) ([c8c3073](https://www.github.com/googleapis/google-auth-library-java/commit/c8c3073790ca2f660eabd2c410b0e295f693040b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- appengine/pom.xml | 2 +- bom/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 12 ++++++------ 8 files changed, 21 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c479b252..e7e31c7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.2](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.1...v1.2.2) (2021-10-20) + + +### Bug Fixes + +* environment variable is "AWS_SESSION_TOKEN" and not "Token" ([#772](https://www.github.com/googleapis/google-auth-library-java/issues/772)) ([c8c3073](https://www.github.com/googleapis/google-auth-library-java/commit/c8c3073790ca2f660eabd2c410b0e295f693040b)) + ### [1.2.1](https://www.github.com/googleapis/google-auth-library-java/compare/v1.2.0...v1.2.1) (2021-10-11) diff --git a/README.md b/README.md index 122ed7efd..7d629f110 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.2.1 + 1.2.2 ``` [//]: # ({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.2.1' +compile 'com.google.auth:google-auth-library-oauth2-http:1.2.2' ``` [//]: # ({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.2.1" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.2" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index 3b9953b32..ac06cbe5a 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.2.2-SNAPSHOT + 1.2.2 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 5a80f6e6c..43e880985 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 1.2.2-SNAPSHOT + 1.2.2 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index a7da9af04..00b0c5b01 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 1.2.2-SNAPSHOT + 1.2.2 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 5ea87d674..147f7dae3 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.2.2-SNAPSHOT + 1.2.2 ../pom.xml diff --git a/pom.xml b/pom.xml index 75863f81a..0f85fd36b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 1.2.2-SNAPSHOT + 1.2.2 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index f8a5496f2..5c93c58c8 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:1.2.1:1.2.2-SNAPSHOT -google-auth-library-bom:1.2.1:1.2.2-SNAPSHOT -google-auth-library-parent:1.2.1:1.2.2-SNAPSHOT -google-auth-library-appengine:1.2.1:1.2.2-SNAPSHOT -google-auth-library-credentials:1.2.1:1.2.2-SNAPSHOT -google-auth-library-oauth2-http:1.2.1:1.2.2-SNAPSHOT +google-auth-library:1.2.2:1.2.2 +google-auth-library-bom:1.2.2:1.2.2 +google-auth-library-parent:1.2.2:1.2.2 +google-auth-library-appengine:1.2.2:1.2.2 +google-auth-library-credentials:1.2.2:1.2.2 +google-auth-library-oauth2-http:1.2.2:1.2.2