forked from googleapis/google-cloud-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release 0.117.0 (googleapis#52)
* created CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated pom.xml [ci skip]
- Loading branch information
1 parent
27e9938
commit 25b440b
Showing
4 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
|
||
## [0.117.0](https://www.github.com/googleapis/java-resourcemanager/compare/0.116.0...v0.117.0) (2020-01-07) | ||
|
||
|
||
### Features | ||
|
||
* feat: make repo releasable ([#1](https://www.github.com/googleapis/java-resourcemanager/issues/1)) ([fe722f8](https://www.github.com/googleapis/java-resourcemanager/commit/fe722f8668fb0047e90bdafe995e4244edfbbc42)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix packaging and dependency declarations ([#46](https://www.github.com/googleapis/java-resourcemanager/issues/46)) ([2a7c613](https://www.github.com/googleapis/java-resourcemanager/commit/2a7c6136a993d680578854d24c6ad4d1fec92ce7)) | ||
|
||
|
||
### Dependencies | ||
|
||
* update core dependencies ([#50](https://www.github.com/googleapis/java-resourcemanager/issues/50)) ([bf317e3](https://www.github.com/googleapis/java-resourcemanager/commit/bf317e3158c75ac98bf90f9485d22e42cef69045)) | ||
* update dependency com.google.apis:google-api-services-cloudresourcemanager to v1-rev20191115-1.30.3 ([#25](https://www.github.com/googleapis/java-resourcemanager/issues/25)) ([a64698b](https://www.github.com/googleapis/java-resourcemanager/commit/a64698be2f5dab4aa1c562172de0c179d6070b6a)) | ||
* update dependency com.google.apis:google-api-services-cloudresourcemanager to v1-rev20191206-1.30.3 ([#41](https://www.github.com/googleapis/java-resourcemanager/issues/41)) ([6859a77](https://www.github.com/googleapis/java-resourcemanager/commit/6859a77834b53aa98bef11b9ce79fafaa6df5198)) | ||
* update dependency com.google.cloud:google-cloud-core to v1.92.0 ([#35](https://www.github.com/googleapis/java-resourcemanager/issues/35)) ([dcebe0f](https://www.github.com/googleapis/java-resourcemanager/commit/dcebe0fbf6a18fd5c1f9a736960dbf67c48a1bec)) | ||
* update dependency com.google.cloud:google-cloud-core to v1.92.0 ([#51](https://www.github.com/googleapis/java-resourcemanager/issues/51)) ([13f7d88](https://www.github.com/googleapis/java-resourcemanager/commit/13f7d8823e32195f4653738abdcdc85ae69ffb16)) | ||
* update dependency com.google.cloud:google-cloud-core-http to v1.91.3 ([#9](https://www.github.com/googleapis/java-resourcemanager/issues/9)) ([95aebfe](https://www.github.com/googleapis/java-resourcemanager/commit/95aebfe1dccbee6941ba897b4a5261bf93ffffcc)) | ||
* update dependency com.google.errorprone:error_prone_annotations to v2.3.4 ([#47](https://www.github.com/googleapis/java-resourcemanager/issues/47)) ([9d70798](https://www.github.com/googleapis/java-resourcemanager/commit/9d7079862534d9fcbede9e35e0eec205de768b61)) | ||
* update dependency com.google.guava:guava-bom to v28.2-android ([4d23988](https://www.github.com/googleapis/java-resourcemanager/commit/4d23988259f83ee34f0598abb57a78ac69eedacc)) | ||
* update dependency com.google.oauth-client:google-oauth-client-bom to v1.30.5 ([#40](https://www.github.com/googleapis/java-resourcemanager/issues/40)) ([c062f46](https://www.github.com/googleapis/java-resourcemanager/commit/c062f46dd436e09c09cccacbc9777eff3e2137f9)) | ||
* update dependency com.google.protobuf:protobuf-bom to v3.11.1 ([#48](https://www.github.com/googleapis/java-resourcemanager/issues/48)) ([cc9d9bc](https://www.github.com/googleapis/java-resourcemanager/commit/cc9d9bc63895aef2f95cf044699c5fd0b9264dfd)) | ||
* update dependency com.google.protobuf:protobuf-java to v3.11.1 ([ce20649](https://www.github.com/googleapis/java-resourcemanager/commit/ce2064962bcf8e18fa3988daa7ef3b3c422a9e4d)) | ||
* update dependency io.grpc:grpc-bom to v1.26.0 ([#45](https://www.github.com/googleapis/java-resourcemanager/issues/45)) ([1e761d5](https://www.github.com/googleapis/java-resourcemanager/commit/1e761d517882c97d578cc87b5acf62ad497fed1c)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Format: | ||
# module:released-version:current-version | ||
|
||
google-cloud-resourcemanager:0.116.1-alpha-SNAPSHOT:0.116.1-alpha-SNAPSHOT | ||
google-cloud-resourcemanager:0.117.0-alpha:0.117.0-alpha |