8000 chore(main): release 2.1.0 by release-please[bot] · Pull Request #652 · googleapis/java-dns · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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