Skip to content

Commit

Permalink
chore: release 0.17.3 (googleapis#361)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
release-please[bot] authored and chingor13 committed Oct 9, 2019
1 parent 9dd6fd6 commit 736375f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### [0.17.3](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.2...v0.17.3) (2019-10-09)


### Bug Fixes

* make JwtClaims.newBuilder() public ([#350](https://www.github.com/googleapis/google-auth-library-java/issues/350)) ([6ab8758](https://www.github.com/googleapis/google-auth-library-java/commit/6ab8758))
* move autovalue into annotation processor path instead of classpath ([#358](https://www.github.com/googleapis/google-auth-library-java/issues/358)) ([a82d348](https://www.github.com/googleapis/google-auth-library-java/commit/a82d348))


### Dependencies

* update Guava to 28.1 ([#353](https://www.github.com/googleapis/google-auth-library-java/issues/353)) ([f4f05be](https://www.github.com/googleapis/google-auth-library-java/commit/f4f05be))


### Documentation

* fix include instructions in google-auth-library-bom README ([#352](https://www.github.com/googleapis/google-auth-library-java/issues/352)) ([f649735](https://www.github.com/googleapis/google-auth-library-java/commit/f649735))

### [0.17.4](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.3...v0.17.4) (2019-10-08)


Expand Down
12 changes: 6 additions & 6 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version

google-auth-library:0.17.2:0.17.3-SNAPSHOT
google-auth-library-bom:0.17.2:0.17.3-SNAPSHOT
google-auth-library-parent:0.17.2:0.17.3-SNAPSHOT
google-auth-library-appengine:0.17.2:0.17.3-SNAPSHOT
google-auth-library-credentials:0.17.2:0.17.3-SNAPSHOT
google-auth-library-oauth2-http:0.17.2:0.17.3-SNAPSHOT
google-auth-library:0.17.3:0.17.3
google-auth-library-bom:0.17.3:0.17.3
google-auth-library-parent:0.17.3:0.17.3
google-auth-library-appengine:0.17.3:0.17.3
google-auth-library-credentials:0.17.3:0.17.3
google-auth-library-oauth2-http:0.17.3:0.17.3

0 comments on commit 736375f

Please sign in to comment.