Skip to content

Commit 3db7f84

Browse files
release-please[bot]kolea2
authored andcommitted
chore: release 0.20.0 (#397)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated appengine/pom.xml [ci skip] * updated bom/pom.xml [ci skip] * updated credentials/pom.xml [ci skip] * updated oauth2_http/pom.xml [ci skip] * updated pom.xml [ci skip]
1 parent 9e5de14 commit 3db7f84

File tree

8 files changed

+26
-14
lines changed

8 files changed

+26
-14
lines changed

CHANGELOG.md

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

3+
## [0.20.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.19.0...v0.20.0) (2020-01-15)
4+
5+
6+
### Features
7+
8+
* updated `JwtClaims.Builder` methods to `public` ([#396](https://www.github.com/googleapis/google-auth-library-java/issues/396)) ([9e5de14](https://www.github.com/googleapis/google-auth-library-java/commit/9e5de14263a01d746af2fc192cf1b82a2acff35c))
9+
10+
11+
### Dependencies
12+
13+
* update guava to 28.2-android ([#389](https://www.github.com/googleapis/google-auth-library-java/issues/389)) ([70bd8ff](https://www.github.com/googleapis/google-auth-library-java/commit/70bd8ff15a9b0cb1dab9f350bd49dd60b2da33c7))
14+
315
## [0.19.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.18.0...v0.19.0) (2019-12-13)
416

517

README.md

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

4343
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4444
```Groovy
45-
compile 'com.google.auth:google-auth-library-oauth2-http:0.19.0'
45+
compile 'com.google.auth:google-auth-library-oauth2-http:0.20.0'
4646
```
4747
[//]: # ({x-version-update-end})
4848

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

5151
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5252
```Scala
53-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.19.0"
53+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.20.0"
5454
```
5555
[//]: # ({x-version-update-end})
5656

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>0.19.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.20.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>0.19.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>0.20.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>0.19.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>0.20.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>0.19.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.20.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>0.19.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6+
<version>0.20.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:0.19.0:0.19.1-SNAPSHOT
5-
google-auth-library-bom:0.19.0:0.19.1-SNAPSHOT
6-
google-auth-library-parent:0.19.0:0.19.1-SNAPSHOT
7-
google-auth-library-appengine:0.19.0:0.19.1-SNAPSHOT
8-
google-auth-library-credentials:0.19.0:0.19.1-SNAPSHOT
9-
google-auth-library-oauth2-http:0.19.0:0.19.1-SNAPSHOT
4+
google-auth-library:0.20.0:0.20.0
5+
google-auth-library-bom:0.20.0:0.20.0
6+
google-auth-library-parent:0.20.0:0.20.0
7+
google-auth-library-appengine:0.20.0:0.20.0
8+
google-auth-library-credentials:0.20.0:0.20.0
9+
google-auth-library-oauth2-http:0.20.0:0.20.0

0 commit comments

Comments
 (0)