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

Commit 267d557

Browse files
chore: release 1.0.6 (#270)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.0.6](https://www.github.com/googleapis/java-dns/compare/v1.0.5...v1.0.6) (2020-12-02) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#269](https://www.github.com/googleapis/java-dns/issues/269)) ([5a70247](https://www.github.com/googleapis/java-dns/commit/5a70247a146970cf9876c23b3f5cc68a3df1427e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 5a70247 commit 267d557

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
### [1.0.6](https://www.github.com/googleapis/java-dns/compare/v1.0.5...v1.0.6) (2020-12-02)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#269](https://www.github.com/googleapis/java-dns/issues/269)) ([5a70247](https://www.github.com/googleapis/java-dns/commit/5a70247a146970cf9876c23b3f5cc68a3df1427e))
9+
310
### [1.0.5](https://www.github.com/googleapis/java-dns/compare/v1.0.4...v1.0.5) (2020-11-13)
411

512

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.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>1.0.6</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.6-SNAPSHOT</version>
31+
<version>1.0.6</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.5:1.0.6-SNAPSHOT
4+
google-cloud-dns:1.0.6:1.0.6

0 commit comments

Comments
 (0)