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.1.5 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 26, 2021
1 parent 2b8cb14 commit e70563c
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.1.5](https://www.github.com/googleapis/java-dns/compare/v1.1.4...v1.1.5) (2021-04-23)


### Bug Fixes

* release scripts from issuing overlapping phases ([#380](https://www.github.com/googleapis/java-dns/issues/380)) ([5aeec42](https://www.github.com/googleapis/java-dns/commit/5aeec426f2a4f2d48e5f82bf0dbeadd699121523))
* typo ([#375](https://www.github.com/googleapis/java-dns/issues/375)) ([3542cdc](https://www.github.com/googleapis/java-dns/commit/3542cdc264fa5e085689adf852f1397e8668d5da))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#383](https://www.github.com/googleapis/java-dns/issues/383)) ([a478ad4](https://www.github.com/googleapis/java-dns/commit/a478ad490d80781e2f610896e93cac6765dd675b))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#386](https://www.github.com/googleapis/java-dns/issues/386)) ([2b8cb14](https://www.github.com/googleapis/java-dns/commit/2b8cb14028b8c0e05ddcc093cf8f5b760972ba96))

### [1.1.4](https://www.github.com/googleapis/java-dns/compare/v1.1.3...v1.1.4) (2021-04-12)


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

0 comments on commit e70563c

Please sign in to comment.