Skip to content

File tree

8 files changed

+28
-14
lines changed

8 files changed

+28
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/google-auth-library-java/compare/v1.1.0...v1.2.0) (2021-09-30)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* 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))
15+
* 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))
16+
317
## [1.1.0](https://www.github.com/googleapis/google-auth-library-java/compare/v1.0.0...v1.1.0) (2021-08-17)
418

519

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3131
<dependency>
3232
<groupId>com.google.auth</groupId>
3333
<artifactId>google-auth-library-oauth2-http</artifactId>
34-
<version>1.1.0</version>
34+
<version>1.2.0</version>
3535
</dependency>
3636
```
3737
[//]: # ({x-version-update-end})
@@ -41,15 +41,15 @@ If you are using Gradle, add this to your dependencies
4141

4242
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4343
```Groovy
44-
compile 'com.google.auth:google-auth-library-oauth2-http:1.1.0'
44+
compile 'com.google.auth:google-auth-library-oauth2-http:1.2.0'
4545
```
4646
[//]: # ({x-version-update-end})
4747

4848
If you are using SBT, add this to your dependencies
4949

5050
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5151
```Scala
52-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.1.0"
52+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.2.0"
5353
```
5454
[//]: # ({x-version-update-end})
5555

appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.2.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>1.2.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java BOM</name>
99
<description>

credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>1.2.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>1.2.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-parent</artifactId>
6-
<version>1.1.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6+
<version>1.2.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java</name>
99
<description>Client libraries providing authentication and

versions.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library:1.1.0:1.1.1-SNAPSHOT
5-
google-auth-library-bom:1.1.0:1.1.1-SNAPSHOT
6-
google-auth-library-parent:1.1.0:1.1.1-SNAPSHOT
7-
google-auth-library-appengine:1.1.0:1.1.1-SNAPSHOT
8-
google-auth-library-credentials:1.1.0:1.1.1-SNAPSHOT
9-
google-auth-library-oauth2-http:1.1.0:1.1.1-SNAPSHOT
4+
google-auth-library:1.2.0:1.2.0
5+
google-auth-library-bom:1.2.0:1.2.0
6+
google-auth-library-parent:1.2.0:1.2.0
7+
google-auth-library-appengine:1.2.0:1.2.0
8+
google-auth-library-credentials:1.2.0:1.2.0
9+
google-auth-library-oauth2-http:1.2.0:1.2.0

0 commit comments

Comments
 (0)