Skip to content

Commit

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


## [2.1.6](googleapis/java-dns@v2.1.5...v2.1.6) (2022-09-15)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#704](googleapis/java-dns#704)) ([8f0487a](googleapis/java-dns@8f0487a))

---
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 15, 2022
1 parent 8f0487a commit af4c57b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions java-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#704](https://github.com/googleapis/java-dns/issues/704)) ([a8a8247](https://github.com/googleapis/java-dns/commit/a8a8247757488800f02e79be0f1d08e2c0ff3f70))

## [2.1.5](https://github.com/googleapis/java-dns/compare/v2.1.4...v2.1.5) (2022-09-08)


Expand Down
2 changes: 1 addition & 1 deletion java-dns/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.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>2.1.6</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 java-dns/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.6-SNAPSHOT</version>
<version>2.1.6</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion java-dns/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.5:2.1.6-SNAPSHOT
google-cloud-dns:2.1.6:2.1.6

0 comments on commit af4c57b

Please sign in to comment.