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

Commit 4e420ab

Browse files
chore: release 1.1.6
1 parent 0f2ef27 commit 4e420ab

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.6](https://www.github.com/googleapis/java-dns/compare/v1.1.5...v1.1.6) (2021-05-17)
4+
5+
6+
### Bug Fixes
7+
8+
* make tests skippable with an environment variable ([#357](https://www.github.com/googleapis/java-dns/issues/357)) ([bec7b9f](https://www.github.com/googleapis/java-dns/commit/bec7b9fe4e0b45ed43bb7739292fc44f68527ebc))
9+
10+
11+
### Dependencies
12+
13+
* update dependency com.google.apis:google-api-services-dns to v1-rev20210423-1.31.0 ([#392](https://www.github.com/googleapis/java-dns/issues/392)) ([8358643](https://www.github.com/googleapis/java-dns/commit/8358643257afa3fc82938e4e12d9537f4e3b416c))
14+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#399](https://www.github.com/googleapis/java-dns/issues/399)) ([17352b1](https://www.github.com/googleapis/java-dns/commit/17352b160f59a918c29b554a651ee8adb2377b6c))
15+
* update dependency com.google.errorprone:error_prone_annotations to v2.7.1 ([#407](https://www.github.com/googleapis/java-dns/issues/407)) ([0f2ef27](https://www.github.com/googleapis/java-dns/commit/0f2ef275ce5a56f3366740a55389a7e271adeb6e))
16+
317
### [1.1.5](https://www.github.com/googleapis/java-dns/compare/v1.1.4...v1.1.5) (2021-04-23)
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.6-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>1.1.6</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.6-SNAPSHOT</version>
31+
<version>1.1.6</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.5:1.1.6-SNAPSHOT
4+
google-cloud-dns:1.1.6:1.1.6

0 commit comments

Comments
 (0)