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

Commit

Permalink
chore(master): release 0.121.7 (#256)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [0.121.7](https://www.github.com/googleapis/java-notification/compare/v0.121.6...v0.121.7) (2021-02-26)


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20210127-1.31.0 ([#241](https://www.github.com/googleapis/java-notification/issues/241)) ([f3d3acc](https://www.github.com/googleapis/java-notification/commit/f3d3acc0b33053a1d4555d9ac7cc092f3db7ff37))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.111.3 ([#235](https://www.github.com/googleapis/java-notification/issues/235)) ([c8a37cd](https://www.github.com/googleapis/java-notification/commit/c8a37cdbb734780a72a9ea3e81020bd0cf6267da))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.111.4 ([#257](https://www.github.com/googleapis/java-notification/issues/257)) ([ee4f76f](https://www.github.com/googleapis/java-notification/commit/ee4f76f8e0016f5fdd027aa7e8b7588d82298f0f))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#255](https://www.github.com/googleapis/java-notification/issues/255)) ([48b5feb](https://www.github.com/googleapis/java-notification/commit/48b5feb3c2a0ac3761878e91e984ba1fadfb0b75))
* update dependency com.google.cloud:google-cloud-storage to v1.113.11 ([#245](https://www.github.com/googleapis/java-notification/issues/245)) ([3ee8a4f](https://www.github.com/googleapis/java-notification/commit/3ee8a4f120d6db824a21e13c587300abb7e37b9a))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Feb 26, 2021
1 parent ee4f76f commit 04bbb89
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

### [0.121.7](https://www.github.com/googleapis/java-notification/compare/v0.121.6...v0.121.7) (2021-02-26)


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20210127-1.31.0 ([#241](https://www.github.com/googleapis/java-notification/issues/241)) ([f3d3acc](https://www.github.com/googleapis/java-notification/commit/f3d3acc0b33053a1d4555d9ac7cc092f3db7ff37))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.111.3 ([#235](https://www.github.com/googleapis/java-notification/issues/235)) ([c8a37cd](https://www.github.com/googleapis/java-notification/commit/c8a37cdbb734780a72a9ea3e81020bd0cf6267da))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.111.4 ([#257](https://www.github.com/googleapis/java-notification/issues/257)) ([ee4f76f](https://www.github.com/googleapis/java-notification/commit/ee4f76f8e0016f5fdd027aa7e8b7588d82298f0f))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#255](https://www.github.com/googleapis/java-notification/issues/255)) ([48b5feb](https://www.github.com/googleapis/java-notification/commit/48b5feb3c2a0ac3761878e91e984ba1fadfb0b75))
* update dependency com.google.cloud:google-cloud-storage to v1.113.11 ([#245](https://www.github.com/googleapis/java-notification/issues/245)) ([3ee8a4f](https://www.github.com/googleapis/java-notification/commit/3ee8a4f120d6db824a21e13c587300abb7e37b9a))

### [0.121.6](https://www.github.com/googleapis/java-notification/compare/v0.121.5...v0.121.6) (2021-02-19)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-notification</artifactId>
<version>0.121.7-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.121.7-beta</version><!-- {x-version-update:google-cloud-notification:current} -->
<packaging>jar</packaging>
<name>Google Cloud Pub/Sub Notifications for GCS</name>
<url>https://github.com/googleapis/java-notification</url>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.121.7-beta-SNAPSHOT</version>
<version>0.121.7-beta</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-notification:0.121.6-beta:0.121.7-beta-SNAPSHOT
google-cloud-notification:0.121.7-beta:0.121.7-beta

0 comments on commit 04bbb89

Please sign in to comment.