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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 31, 2020
1 parent 0bed182 commit 8cba8b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.4](https://www.github.com/googleapis/java-dns/compare/v1.0.3...v1.0.4) (2020-10-31)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.12.1 ([#228](https://www.github.com/googleapis/java-dns/issues/228)) ([f92c49f](https://www.github.com/googleapis/java-dns/commit/f92c49f8a155c5f421873a70aa7c894f17f722ca))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.13.0 ([#233](https://www.github.com/googleapis/java-dns/issues/233)) ([3256cfe](https://www.github.com/googleapis/java-dns/commit/3256cfe92e9d4eb47090b4f67b57453e66276802))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#247](https://www.github.com/googleapis/java-dns/issues/247)) ([0bed182](https://www.github.com/googleapis/java-dns/commit/0bed1827815ac3df903566d1c09cc31017bfac5a))

### [1.0.3](https://www.github.com/googleapis/java-dns/compare/v1.0.2...v1.0.3) (2020-10-08)


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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>1.0.4</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.4-SNAPSHOT</version>
<version>1.0.4</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.3:1.0.4-SNAPSHOT
google-cloud-dns:1.0.4:1.0.4

0 comments on commit 8cba8b3

Please sign in to comment.