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.11 (#423)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### [0.122.11](https://www.github.com/googleapis/java-notification/compare/v0.122.10...v0.122.11) (2021-09-20)


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20210914-1.32.1 ([#422](https://www.github.com/googleapis/java-notification/issues/422)) ([3dfe888](https://www.github.com/googleapis/java-notification/commit/3dfe8882def8b485d2662a4de09f12c495b2ff36))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.114.4 ([#421](https://www.github.com/googleapis/java-notification/issues/421)) ([d3d0ee4](https://www.github.com/googleapis/java-notification/commit/d3d0ee478a548c014711a28a2a6bbd37a286a0a8))
---


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 Sep 20, 2021
1 parent d3d0ee4 commit c44d3d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [0.122.11](https://www.github.com/googleapis/java-notification/compare/v0.122.10...v0.122.11) (2021-09-20)


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20210914-1.32.1 ([#422](https://www.github.com/googleapis/java-notification/issues/422)) ([3dfe888](https://www.github.com/googleapis/java-notification/commit/3dfe8882def8b485d2662a4de09f12c495b2ff36))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.114.4 ([#421](https://www.github.com/googleapis/java-notification/issues/421)) ([d3d0ee4](https://www.github.com/googleapis/java-notification/commit/d3d0ee478a548c014711a28a2a6bbd37a286a0a8))

### [0.122.10](https://www.github.com/googleapis/java-notification/compare/v0.122.9...v0.122.10) (2021-09-15)


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.122.11-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.122.11-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.122.11-beta-SNAPSHOT</version>
<version>0.122.11-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.122.10-beta:0.122.11-beta-SNAPSHOT
google-cloud-notification:0.122.11-beta:0.122.11-beta

0 comments on commit c44d3d4

Please sign in to comment.