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

Commit e70563c

Browse files

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
### [1.1.5](https://www.github.com/googleapis/java-dns/compare/v1.1.4...v1.1.5) (2021-04-23)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* typo ([#375](https://www.github.com/googleapis/java-dns/issues/375)) ([3542cdc](https://www.github.com/googleapis/java-dns/commit/3542cdc264fa5e085689adf852f1397e8668d5da))
10+
11+
12+
### Dependencies
13+
14+
* 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))
15+
* 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))
16+
317
### [1.1.4](https://www.github.com/googleapis/java-dns/compare/v1.1.3...v1.1.4) (2021-04-12)
418

519

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-dns</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.1.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>1.1.5</version><!-- {x-version-update:google-cloud-dns:current} -->
88
<name>Google Cloud DNS Parent</name>
99
<url>https://github.com/googleapis/java-dns</url>
1010
<description>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dns</artifactId>
31-
<version>1.1.5-SNAPSHOT</version>
31+
<version>1.1.5</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-dns:1.1.4:1.1.5-SNAPSHOT
4+
google-cloud-dns:1.1.5:1.1.5

0 commit comments

Comments
 (0)