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

Commit 7971744

Browse files
chore: release 1.2.9 (#508)
🤖 I have created a release \*beep\* \*boop\* --- ### [1.2.9](https://www.github.com/googleapis/java-dns/compare/v1.2.8...v1.2.9) (2021-08-31) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#507](https://www.github.com/googleapis/java-dns/issues/507)) ([8524140](https://www.github.com/googleapis/java-dns/commit/8524140f15d83cb550e8f292c31bae259943b511)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 2b9ba27 commit 7971744

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.2.9](https://www.github.com/googleapis/java-dns/compare/v1.2.8...v1.2.9) (2021-08-31)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#507](https://www.github.com/googleapis/java-dns/issues/507)) ([8524140](https://www.github.com/googleapis/java-dns/commit/8524140f15d83cb550e8f292c31bae259943b511))
9+
310
### [1.2.8](https://www.github.com/googleapis/java-dns/compare/v1.2.7...v1.2.8) (2021-08-23)
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.2.9-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>1.2.9</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.2.9-SNAPSHOT</version>
31+
<version>1.2.9</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.2.8:1.2.9-SNAPSHOT
4+
google-cloud-dns:1.2.9:1.2.9

0 commit comments

Comments
 (0)