Skip to content

Commit

Permalink
chore: release 0.138.0 (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 1, 2020
1 parent 40e4915 commit 2fe1311
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.138.0](https://www.github.com/googleapis/java-cloud-bom/compare/0.137.0...v0.138.0) (2020-10-01)


### Dependencies

* update dependency com.google.api:gax-bom to v1.59.0 ([#984](https://www.github.com/googleapis/java-cloud-bom/issues/984)) ([4fd669e](https://www.github.com/googleapis/java-cloud-bom/commit/4fd669eee5a94b590765f100e9a775e33dca519f))
* update dependency com.google.cloud.tools:dependencies-parent to v1.5.4 ([#980](https://www.github.com/googleapis/java-cloud-bom/issues/980)) ([40e4915](https://www.github.com/googleapis/java-cloud-bom/commit/40e49159237875613b1f28892f4325cd096ce284))

## [0.137.0](https://www.github.com/googleapis/java-cloud-bom/compare/0.136.0...v0.137.0) (2020-09-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use it in Maven, add the following to your POM:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bom</artifactId>
<version>0.137.0</version>
<version>0.138.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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-bom</artifactId>
<packaging>pom</packaging>
<version>0.137.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.138.0</version><!-- {x-version-update:google-cloud-bom:current} -->
<name>Google Cloud Java BOM</name>
<url>https://github.com/googleapis/java-cloud-bom</url>
<description>
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-bom:0.137.0:0.137.1-SNAPSHOT
google-cloud-bom:0.138.0:0.138.0

0 comments on commit 2fe1311

Please sign in to comment.