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

Commit

Permalink
chore: release 0.122.0 (#315)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [0.122.0](https://www.github.com/googleapis/java-notification/compare/v0.121.11...v0.122.0) (2021-06-01)


### Features

* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#318](https://www.github.com/googleapis/java-notification/issues/318)) ([f71d23c](https://www.github.com/googleapis/java-notification/commit/f71d23c91224e44b681cd6b3c07ee3446b5d6a65))


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.112.5 ([#314](https://www.github.com/googleapis/java-notification/issues/314)) ([9c89b48](https://www.github.com/googleapis/java-notification/commit/9c89b486eac5ed3ebe9aaf266f82e26372c3daa7))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.113.0 ([#324](https://www.github.com/googleapis/java-notification/issues/324)) ([9233c66](https://www.github.com/googleapis/java-notification/commit/9233c665e7744051bba6e1691d4fc9e2f5303c9f))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#317](https://www.github.com/googleapis/java-notification/issues/317)) ([9ca3a7e](https://www.github.com/googleapis/java-notification/commit/9ca3a7e7a8c0e88fc52c6f604f3cbb4a04257ba6))
* update dependency com.google.cloud:google-cloud-storage to v1.115.0 ([#311](https://www.github.com/googleapis/java-notification/issues/311)) ([67d8bf4](https://www.github.com/googleapis/java-notification/commit/67d8bf43fbb9802a427c7f63cd19454a942728aa))
---


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 Jun 1, 2021
1 parent 67d8bf4 commit 8c0eb62
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## [0.122.0](https://www.github.com/googleapis/java-notification/compare/v0.121.11...v0.122.0) (2021-06-01)


### Features

* add `gcf-owl-bot[bot]` to `ignoreAuthors` ([#318](https://www.github.com/googleapis/java-notification/issues/318)) ([f71d23c](https://www.github.com/googleapis/java-notification/commit/f71d23c91224e44b681cd6b3c07ee3446b5d6a65))


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.112.5 ([#314](https://www.github.com/googleapis/java-notification/issues/314)) ([9c89b48](https://www.github.com/googleapis/java-notification/commit/9c89b486eac5ed3ebe9aaf266f82e26372c3daa7))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.113.0 ([#324](https://www.github.com/googleapis/java-notification/issues/324)) ([9233c66](https://www.github.com/googleapis/java-notification/commit/9233c665e7744051bba6e1691d4fc9e2f5303c9f))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.2.0 ([#317](https://www.github.com/googleapis/java-notification/issues/317)) ([9ca3a7e](https://www.github.com/googleapis/java-notification/commit/9ca3a7e7a8c0e88fc52c6f604f3cbb4a04257ba6))
* update dependency com.google.cloud:google-cloud-storage to v1.115.0 ([#311](https://www.github.com/googleapis/java-notification/issues/311)) ([67d8bf4](https://www.github.com/googleapis/java-notification/commit/67d8bf43fbb9802a427c7f63cd19454a942728aa))

### [0.121.11](https://www.github.com/googleapis/java-notification/compare/v0.121.10...v0.121.11) (2021-05-11)


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.12-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.122.0-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.12-beta-SNAPSHOT</version>
<version>0.122.0-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.11-beta:0.121.12-beta-SNAPSHOT
google-cloud-notification:0.122.0-beta:0.122.0-beta

0 comments on commit 8c0eb62

Please sign in to comment.