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

Commit a4f2bb1

Browse files
chore(main): release 2.1.4 (#695)
🤖 I have created a release *beep* *boop* --- ## [2.1.4](v2.1.3...v2.1.4) (2022-08-18) ### Dependencies * update dependency com.google.apis:google-api-services-dns to v1-rev20220804-2.0.0 ([#691](#691)) ([2dc17a3](2dc17a3)) --- 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 90805a4 commit a4f2bb1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.4](https://github.com/googleapis/java-dns/compare/v2.1.3...v2.1.4) (2022-08-18)
4+
5+
6+
### Dependencies
7+
8+
* update dependency com.google.apis:google-api-services-dns to v1-rev20220804-2.0.0 ([#691](https://github.com/googleapis/java-dns/issues/691)) ([2dc17a3](https://github.com/googleapis/java-dns/commit/2dc17a3ca15c30517b92e78c07e78dd164849743))
9+
310
## [2.1.3](https://github.com/googleapis/java-dns/compare/v2.1.2...v2.1.3) (2022-08-03)
411

512

pom.xml

+1-1
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>2.1.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>2.1.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

+1-1
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>2.1.4-SNAPSHOT</version>
31+
<version>2.1.4</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

versions.txt

+1-1
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:2.1.3:2.1.4-SNAPSHOT
4+
google-cloud-dns:2.1.4:2.1.4

0 commit comments

Comments
 (0)