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.8 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Oct 6, 2022
1 parent 2bf4f75 commit eb7d695
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.1.8](https://github.com/googleapis/java-dns/compare/v2.1.7...v2.1.8) (2022-10-06)


### Dependencies

* Update dependency charset-normalizer to v2.1.1 ([#719](https://github.com/googleapis/java-dns/issues/719)) ([3ed0f81](https://github.com/googleapis/java-dns/commit/3ed0f812b58d25faff36fdeb30ba5b17d71b55e2))
* Update dependency com.google.apis:google-api-services-dns to v1-rev20220915-2.0.0 ([#713](https://github.com/googleapis/java-dns/issues/713)) ([b20712c](https://github.com/googleapis/java-dns/commit/b20712c4f7eece2da18137570ef90cb68ae3d152))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#737](https://github.com/googleapis/java-dns/issues/737)) ([ad22c03](https://github.com/googleapis/java-dns/commit/ad22c030392f5fe36aa84a41e9c8f935da86ed67))
* Update dependency google-api-core to v2.10.1 ([#720](https://github.com/googleapis/java-dns/issues/720)) ([3d25321](https://github.com/googleapis/java-dns/commit/3d25321ef52ba5330137086ad72f46ef3f25e58d))
* Update dependency google-cloud-core to v2.3.2 ([#718](https://github.com/googleapis/java-dns/issues/718)) ([9f77891](https://github.com/googleapis/java-dns/commit/9f778916b7fa5990d91bfb9983bda75d0c8ef03e))

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


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

0 comments on commit eb7d695

Please sign in to comment.