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.1 (#180)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.0.1](https://www.github.com/googleapis/java-dns/compare/v1.0.0...v1.0.1) (2020-09-10)


### Dependencies

* update dependency com.google.apis:google-api-services-dns to v1-rev20200806-1.30.10 ([#130](https://www.github.com/googleapis/java-dns/issues/130)) ([6c62976](https://www.github.com/googleapis/java-dns/commit/6c62976f10338f4ccaabbc2f4b061cdd6066d6e2))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#178](https://www.github.com/googleapis/java-dns/issues/178)) ([cadb76d](https://www.github.com/googleapis/java-dns/commit/cadb76d2f21a4cc9144715e6bb6cf8090ee65030))
* update dependency com.google.errorprone:error_prone_annotations to v2.4.0 ([#148](https://www.github.com/googleapis/java-dns/issues/148)) ([5bcbcf3](https://www.github.com/googleapis/java-dns/commit/5bcbcf3aea80bec630bf2d02e6e1c907bd6e2897))
---


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

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


### Dependencies

* update dependency com.google.apis:google-api-services-dns to v1-rev20200806-1.30.10 ([#130](https://www.github.com/googleapis/java-dns/issues/130)) ([6c62976](https://www.github.com/googleapis/java-dns/commit/6c62976f10338f4ccaabbc2f4b061cdd6066d6e2))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#178](https://www.github.com/googleapis/java-dns/issues/178)) ([cadb76d](https://www.github.com/googleapis/java-dns/commit/cadb76d2f21a4cc9144715e6bb6cf8090ee65030))
* update dependency com.google.errorprone:error_prone_annotations to v2.4.0 ([#148](https://www.github.com/googleapis/java-dns/issues/148)) ([5bcbcf3](https://www.github.com/googleapis/java-dns/commit/5bcbcf3aea80bec630bf2d02e6e1c907bd6e2897))

## [1.0.0](https://www.github.com/googleapis/java-dns/compare/v0.118.0...v1.0.0) (2020-08-12)


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.0</version>
<version>1.0.1</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-dns:1.0.0'
compile 'com.google.cloud:google-cloud-dns:1.0.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.0.0"
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.0.1"
```
[//]: # ({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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.0:1.0.1-SNAPSHOT
google-cloud-dns:1.0.1:1.0.1

0 comments on commit 3d27ad1

Please sign in to comment.