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

Commit

Permalink
chore: release 1.0.2 (#196)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.0.2](https://www.github.com/googleapis/java-dns/compare/v1.0.1...v1.0.2) (2020-09-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#194](https://www.github.com/googleapis/java-dns/issues/194)) ([b870d31](https://www.github.com/googleapis/java-dns/commit/b870d319543cf093e1a7aa425f49a4e3bc64ff4c))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] authored Sep 23, 2020
1 parent b870d31 commit ac408da
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.0.2](https://www.github.com/googleapis/java-dns/compare/v1.0.1...v1.0.2) (2020-09-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#194](https://www.github.com/googleapis/java-dns/issues/194)) ([b870d31](https://www.github.com/googleapis/java-dns/commit/b870d319543cf093e1a7aa425f49a4e3bc64ff4c))

### [1.0.1](https://www.github.com/googleapis/java-dns/compare/v1.0.0...v1.0.1) (2020-09-10)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,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>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-dns:1.0.1'
compile 'com.google.cloud:google-cloud-dns:1.0.2'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.0.1"
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.0.2"
```
[//]: # ({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>1.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>1.0.2</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 samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dns</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<!-- {x-version-update-end} -->

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:1.0.1:1.0.2-SNAPSHOT
google-cloud-dns:1.0.2:1.0.2

0 comments on commit ac408da

Please sign in to comment.