diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e9216b..f535ac2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.117.2](https://www.github.com/googleapis/java-dns/compare/v0.117.1...v0.117.2) (2019-11-15) + + +### Bug Fixes + +* fix artifact name ([#19](https://www.github.com/googleapis/java-dns/issues/19)) ([ac3ab38](https://www.github.com/googleapis/java-dns/commit/ac3ab389a9055c47af6b698ab5f2a180154670be)) + ### [0.117.1](https://www.github.com/googleapis/java-dns/compare/v0.117.0...v0.117.1) (2019-11-14) diff --git a/README.md b/README.md index 86754abe..6ff55e52 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,16 @@ If you are using Maven without a BOM, add this to your dependencies. com.google.cloud google-cloud-dns - 0.117.1-alpha + 0.117.2-alpha ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-dns:0.117.1-alpha' +compile 'com.google.cloud:google-cloud-dns:0.117.2-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.117.1-alpha" +libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.117.2-alpha" ``` [//]: # ({x-version-update-end}) diff --git a/pom.xml b/pom.xml index e4d80030..999689d3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-dns jar - 0.117.2-alpha-SNAPSHOT + 0.117.2-alpha Google Cloud DNS Parent https://github.com/googleapis/java-dns diff --git a/versions.txt b/versions.txt index 68ab8d66..573c67d5 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-dns:0.117.1-alpha:0.117.2-alpha-SNAPSHOT \ No newline at end of file +google-cloud-dns:0.117.2-alpha:0.117.2-alpha \ No newline at end of file