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

Commit

Permalink
chore(main): release 2.1.7 (#710)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.1.7](v2.1.6...v2.1.7) (2022-09-22)


### Dependencies

* Update dependency com.google.apis:google-api-services-dns to v1-rev20220831-2.0.0 ([#709](#709)) ([fea8aab](fea8aab))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Sep 22, 2022
1 parent fea8aab commit 3c8a855
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.7](https://github.com/googleapis/java-dns/compare/v2.1.6...v2.1.7) (2022-09-22)


### Dependencies

* Update dependency com.google.apis:google-api-services-dns to v1-rev20220831-2.0.0 ([#709](https://github.com/googleapis/java-dns/issues/709)) ([fea8aab](https://github.com/googleapis/java-dns/commit/fea8aab84f0b0ba5174a2f2ddb60bcdea2ed83df))

## [2.1.6](https://github.com/googleapis/java-dns/compare/v2.1.5...v2.1.6) (2022-09-15)


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>2.1.7-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>2.1.7</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>2.1.7-SNAPSHOT</version>
<version>2.1.7</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:2.1.6:2.1.7-SNAPSHOT
google-cloud-dns:2.1.7:2.1.7

0 comments on commit 3c8a855

Please sign in to comment.