Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#877)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.6.0](v1.5.3...v1.6.0) (2022-03-15)


### Features

* Add AWS Session Token to Metadata Requests ([#850](#850)) ([577e9a5](577e9a5))


### Bug Fixes

* ImmutableSet converted to List for Impersonated Credentials ([#732](#732)) ([7dcd549](7dcd549))
* update library docs ([#868](#868)) ([a081015](a081015))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Mar 16, 2022
1 parent 7dcd549 commit 463ac04
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## [1.6.0](https://github.com/googleapis/google-auth-library-java/compare/v1.5.3...v1.6.0) (2022-03-15)


### Features

* Add AWS Session Token to Metadata Requests ([#850](https://github.com/googleapis/google-auth-library-java/issues/850)) ([577e9a5](https://github.com/googleapis/google-auth-library-java/commit/577e9a52204b0d6026a302bb7efe2c6162d57945))


### Bug Fixes

* ImmutableSet converted to List for Impersonated Credentials ([#732](https://github.com/googleapis/google-auth-library-java/issues/732)) ([7dcd549](https://github.com/googleapis/google-auth-library-java/commit/7dcd549c4ef0617e657315b7a718368fbd162997))
* update library docs ([#868](https://github.com/googleapis/google-auth-library-java/issues/868)) ([a081015](https://github.com/googleapis/google-auth-library-java/commit/a081015cb72ade91c022b58261c8d253e46a7793))

### [1.5.3](https://github.com/googleapis/google-auth-library-java/compare/v1.5.2...v1.5.3) (2022-02-24)


Expand Down
2 changes: 1 addition & 1 deletion appengine/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.5.4-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.6.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-bom</artifactId>
<version>1.5.4-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
<version>1.6.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java BOM</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion credentials/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.5.4-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.6.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.5.4-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.6.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-parent</artifactId>
<version>1.5.4-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
<version>1.6.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
<packaging>pom</packaging>
<name>Google Auth Library for Java</name>
<description>Client libraries providing authentication and
Expand Down
12 changes: 6 additions & 6 deletions versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version

google-auth-library:1.5.3:1.5.4-SNAPSHOT
google-auth-library-bom:1.5.3:1.5.4-SNAPSHOT
google-auth-library-parent:1.5.3:1.5.4-SNAPSHOT
google-auth-library-appengine:1.5.3:1.5.4-SNAPSHOT
google-auth-library-credentials:1.5.3:1.5.4-SNAPSHOT
google-auth-library-oauth2-http:1.5.3:1.5.4-SNAPSHOT
google-auth-library:1.6.0:1.6.0
google-auth-library-bom:1.6.0:1.6.0
google-auth-library-parent:1.6.0:1.6.0
google-auth-library-appengine:1.6.0:1.6.0
google-auth-library-credentials:1.6.0:1.6.0
google-auth-library-oauth2-http:1.6.0:1.6.0

0 comments on commit 463ac04

Please sign in to comment.