diff --git a/CHANGELOG.md b/CHANGELOG.md
index 105fdd94c..b98763b2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-### [0.17.3](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.2...v0.17.3) (2019-10-09)
+### [0.18.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.17.2...v0.18.0) (2019-10-09)
### Bug Fixes
@@ -18,7 +18,7 @@
* 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)
+### [0.17.4](https://www.github.com/googleapis/google-auth-library-java/compare/v0.18.0...v0.17.4) (2019-10-08)
### Bug Fixes
diff --git a/README.md b/README.md
index 9b1999dc5..5691db85d 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,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
- 0.17.3
+ 0.18.0
```
[//]: # ({x-version-update-end})
@@ -42,7 +42,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:0.17.3'
+compile 'com.google.auth:google-auth-library-oauth2-http:0.18.0'
```
[//]: # ({x-version-update-end})
@@ -50,7 +50,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" % "0.17.3"
+libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0"
```
[//]: # ({x-version-update-end})
diff --git a/appengine/pom.xml b/appengine/pom.xml
index d14733fce..bf6dff895 100644
--- a/appengine/pom.xml
+++ b/appengine/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.17.3
+ 0.18.0
../pom.xml
diff --git a/bom/pom.xml b/bom/pom.xml
index 4cefc89a0..be9df3bae 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-bom
- 0.17.3
+ 0.18.0
pom
Google Auth Library for Java BOM
diff --git a/credentials/pom.xml b/credentials/pom.xml
index f2293f265..11272b40f 100644
--- a/credentials/pom.xml
+++ b/credentials/pom.xml
@@ -4,7 +4,7 @@
com.google.auth
google-auth-library-parent
- 0.17.3
+ 0.18.0
../pom.xml
diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml
index 4b746c6e5..8a1adc70b 100644
--- a/oauth2_http/pom.xml
+++ b/oauth2_http/pom.xml
@@ -5,7 +5,7 @@
com.google.auth
google-auth-library-parent
- 0.17.3
+ 0.18.0
../pom.xml
diff --git a/pom.xml b/pom.xml
index 3be1523dd..560c7e36e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.auth
google-auth-library-parent
- 0.17.3
+ 0.18.0
pom
Google Auth Library for Java
Client libraries providing authentication and
diff --git a/versions.txt b/versions.txt
index 8d8a4b62f..4af228b0e 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,9 +1,9 @@
# Format:
# module:released-version:current-version
-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
+google-auth-library:0.18.0:0.18.0
+google-auth-library-bom:0.18.0:0.18.0
+google-auth-library-parent:0.18.0:0.18.0
+google-auth-library-appengine:0.18.0:0.18.0
+google-auth-library-credentials:0.18.0:0.18.0
+google-auth-library-oauth2-http:0.18.0:0.18.0