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.0 (#652)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.1.0](v2.0.9...v2.1.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-dns/issues/1440)) ([#659](#659)) ([c948680](c948680))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#658](#658)) ([0ae6e82](0ae6e82))
* update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#645](#645)) ([d256d46](d256d46))
* use errorprone from shared deps ([#655](#655)) ([f2ae3e3](f2ae3e3))

---
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 May 24, 2022
1 parent 0ae6e82 commit 1c3d0bb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.0](https://github.com/googleapis/java-dns/compare/v2.0.9...v2.1.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-dns/issues/1440)) ([#659](https://github.com/googleapis/java-dns/issues/659)) ([c948680](https://github.com/googleapis/java-dns/commit/c9486808e591cbb47df3f60b36a2c1b6cbd5757a))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#658](https://github.com/googleapis/java-dns/issues/658)) ([0ae6e82](https://github.com/googleapis/java-dns/commit/0ae6e826a3dfd721738fff7f8e121a59c9488c78))
* update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#645](https://github.com/googleapis/java-dns/issues/645)) ([d256d46](https://github.com/googleapis/java-dns/commit/d256d460f373fab6f209f907d2d3593c99dad3ee))
* use errorprone from shared deps ([#655](https://github.com/googleapis/java-dns/issues/655)) ([f2ae3e3](https://github.com/googleapis/java-dns/commit/f2ae3e3b245fe812cb3ea45467599e56ea237433))

### [2.0.9](https://github.com/googleapis/java-dns/compare/v2.0.8...v2.0.9) (2022-04-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.0.10-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
<version>2.1.0</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.0.10-SNAPSHOT</version>
<version>2.1.0</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.0.9:2.0.10-SNAPSHOT
google-cloud-dns:2.1.0:2.1.0

0 comments on commit 1c3d0bb

Please sign in to comment.