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

Commit 2b376d4

Browse files
chore: release 1.0.4
1 parent 76a6ef1 commit 2b376d4

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### [1.0.4](https://www.github.com/googleapis/java-dns/compare/v1.0.3...v1.0.4) (2020-11-02)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.apis:google-api-services-dns to v1-rev20201013-1.30.10 ([#216](https://www.github.com/googleapis/java-dns/issues/216)) ([76a6ef1](https://www.github.com/googleapis/java-dns/commit/76a6ef190c4c2dfca59a3818df08f1af27fd7f0b))
9+
* 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))
10+
* 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))
11+
* 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))
12+
313
### [1.0.3](https://www.github.com/googleapis/java-dns/compare/v1.0.2...v1.0.3) (2020-10-08)
414

515

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-dns</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>1.0.4</version><!-- {x-version-update:google-cloud-dns:current} -->
88
<name>Google Cloud DNS Parent</name>
99
<url>https://github.com/googleapis/java-dns</url>
1010
<description>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dns</artifactId>
31-
<version>1.0.4-SNAPSHOT</version>
31+
<version>1.0.4</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-dns:1.0.3:1.0.4-SNAPSHOT
4+
google-cloud-dns:1.0.4:1.0.4

0 commit comments

Comments
 (0)