Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 0.117.2 (#20)
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 pom.xml [ci skip]
  • Loading branch information
release-please[bot] authored and chingor13 committed Nov 15, 2019
1 parent ac3ab38 commit 14a736b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ If you are using Maven without a BOM, add this to your dependencies.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dns</artifactId>
<version>0.117.1-alpha</version>
<version>0.117.2-alpha</version>
</dependency>
```
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})

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dns</artifactId>
<packaging>jar</packaging>
<version>0.117.2-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>0.117.2-alpha</version><!-- {x-version-update:google-cloud-dns:current} -->
<name>Google Cloud DNS Parent</name>
<url>https://github.com/googleapis/java-dns</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-dns:0.117.1-alpha:0.117.2-alpha-SNAPSHOT
google-cloud-dns:0.117.2-alpha:0.117.2-alpha

0 comments on commit 14a736b

Please sign in to comment.