Skip to content

Commit

Permalink
chore: release 0.127.0 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 4, 2020
1 parent 11b5b1d commit 57324bc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.127.0](https://www.github.com/googleapis/java-cloud-bom/compare/0.126.0...v0.127.0) (2020-06-03)


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v1.116.1 ([#598](https://www.github.com/googleapis/java-cloud-bom/issues/598)) ([e339ee1](https://www.github.com/googleapis/java-cloud-bom/commit/e339ee1cb995048ff9ed74ffd25adcbfdbcad4d4))
* update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v0.133.2-beta ([#596](https://www.github.com/googleapis/java-cloud-bom/issues/596)) ([aa83385](https://www.github.com/googleapis/java-cloud-bom/commit/aa833854697910aa90606b77af4ead7f3cd75e51))
* update dependency com.google.cloud:google-cloud-bigtable-bom to v1.13.0 ([#597](https://www.github.com/googleapis/java-cloud-bom/issues/597)) ([50a32c1](https://www.github.com/googleapis/java-cloud-bom/commit/50a32c19739674e5eadc7b8f5165618f71cbd82f))
* update dependency com.google.cloud:google-cloud-datastore-bom to v1.103.0 ([#600](https://www.github.com/googleapis/java-cloud-bom/issues/600)) ([5ea3426](https://www.github.com/googleapis/java-cloud-bom/commit/5ea342600eb5e7fc50b46ccbca7ddc33dff44234))

## [0.127.0](https://www.github.com/googleapis/java-cloud-bom/compare/0.126.0...v0.127.0) (2020-05-27)


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.126.0</version>
<version>0.127.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.126.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bom:current} -->
<version>0.127.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.126.0:0.126.1-SNAPSHOT
google-cloud-bom:0.127.0:0.127.0

0 comments on commit 57324bc

Please sign in to comment.