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

Commit

Permalink
chore: release 1.2.2 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 5, 2021
1 parent 694c634 commit e486738
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

### [1.2.2](https://www.github.com/googleapis/java-dns/compare/v1.2.1...v1.2.2) (2021-07-05)


### Bug Fixes

* Add `shopt -s nullglob` to dependencies script ([#440](https://www.github.com/googleapis/java-dns/issues/440)) ([6516057](https://www.github.com/googleapis/java-dns/commit/65160575561cfc5c385dde8eab3bebdfe0c778ee))
* Update dependencies.sh to not break on mac ([#436](https://www.github.com/googleapis/java-dns/issues/436)) ([00215cd](https://www.github.com/googleapis/java-dns/commit/00215cdb412af1e1d58012e3abb75e89ad803476))


### Dependencies

* update dependency com.google.apis:google-api-services-dns to v1-rev20210423-1.32.1 ([#439](https://www.github.com/googleapis/java-dns/issues/439)) ([1a3dbb7](https://www.github.com/googleapis/java-dns/commit/1a3dbb77784e9ff45ca50a2c77fdb1d91e3fba3b))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#442](https://www.github.com/googleapis/java-dns/issues/442)) ([5fac166](https://www.github.com/googleapis/java-dns/commit/5fac166aff9aa1306d1d477355f14ef90c7d6f76))

### [1.2.1](https://www.github.com/googleapis/java-dns/compare/v1.2.0...v1.2.1) (2021-06-04)


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

0 comments on commit e486738

Please sign in to comment.