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.6 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 23, 2021
1 parent 277b37e commit 796bfd0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

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


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.110.3 ([#205](https://www.github.com/googleapis/java-notification/issues/205)) ([005ca9d](https://www.github.com/googleapis/java-notification/commit/005ca9d661b8c80bb5f0240ceefae6f8861b6d19))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.18.0 ([#224](https://www.github.com/googleapis/java-notification/issues/224)) ([167f81b](https://www.github.com/googleapis/java-notification/commit/167f81b4f67acc0661aef0c339d7fcf51fe97dd2))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#248](https://www.github.com/googleapis/java-notification/issues/248)) ([277b37e](https://www.github.com/googleapis/java-notification/commit/277b37e7089bc5edf30b0e1664d41717726e7763))
* update dependency com.google.cloud:google-cloud-storage to v1.113.9 ([#208](https://www.github.com/googleapis/java-notification/issues/208)) ([2c46a5c](https://www.github.com/googleapis/java-notification/commit/2c46a5cfbd2033608583f8cfc022b6359b7b3c4e))

### [0.121.5](https://www.github.com/googleapis/java-notification/compare/v0.121.4...v0.121.5) (2020-12-16)


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.6-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.121.6-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.6-beta-SNAPSHOT</version>
<version>0.121.6-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.5-beta:0.121.6-beta-SNAPSHOT
google-cloud-notification:0.121.6-beta:0.121.6-beta

0 comments on commit 796bfd0

Please sign in to comment.