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.121.3 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 10, 2020
1 parent 18ef6bf commit 8ea9d6f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

### [0.121.3](https://www.github.com/googleapis/java-notification/compare/v0.121.2...v0.121.3) (2020-12-10)


### Dependencies

* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.110.0 ([#194](https://www.github.com/googleapis/java-notification/issues/194)) ([ba26c43](https://www.github.com/googleapis/java-notification/commit/ba26c438d1573b539470b96b889e6a4e9825825f))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.16.0 ([#199](https://www.github.com/googleapis/java-notification/issues/199)) ([7bd251e](https://www.github.com/googleapis/java-notification/commit/7bd251e9509b4caace0da459c4b99801cb9d480a))
* update dependency com.google.cloud:google-cloud-storage to v1.113.5 ([#183](https://www.github.com/googleapis/java-notification/issues/183)) ([ce2c375](https://www.github.com/googleapis/java-notification/commit/ce2c3755bea3104846a2e6df16c84e517751cd5c))

### [0.121.2](https://www.github.com/googleapis/java-notification/compare/v0.121.1...v0.121.2) (2020-11-13)


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.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.121.3-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.3-beta-SNAPSHOT</version>
<version>0.121.3-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.2-beta:0.121.3-beta-SNAPSHOT
google-cloud-notification:0.121.3-beta:0.121.3-beta

0 comments on commit 8ea9d6f

Please sign in to comment.