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

Commit

Permalink
chore(main): release 0.122.17
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 3, 2022
1 parent 5b8d098 commit 86b27f7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

### [0.122.17](https://github.com/googleapis/java-notification/compare/v0.122.16...v0.122.17) (2022-02-03)


### Dependencies

* **java:** update actions/github-script action to v5 ([#1339](https://github.com/googleapis/java-notification/issues/1339)) ([#506](https://github.com/googleapis/java-notification/issues/506)) ([470ab76](https://github.com/googleapis/java-notification/commit/470ab7601b6ce3d72c5af76d2ccd9fce31c1a1af))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.115.1 ([#495](https://github.com/googleapis/java-notification/issues/495)) ([0fcc5ed](https://github.com/googleapis/java-notification/commit/0fcc5ed2cf483cf1eab426cfc8f0d713edf6b5dc))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#508](https://github.com/googleapis/java-notification/issues/508)) ([65f4d43](https://github.com/googleapis/java-notification/commit/65f4d43a69696ece418d6dde2b49e2f0b18b0d2d))
* update dependency com.google.cloud:google-cloud-storage to v2.3.0 ([#496](https://github.com/googleapis/java-notification/issues/496)) ([37f1fde](https://github.com/googleapis/java-notification/commit/37f1fdef9697c053227403c28dbed5042c37091e))

### [0.122.16](https://www.github.com/googleapis/java-notification/compare/v0.122.15...v0.122.16) (2022-01-07)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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.17-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.122.17-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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-notification</artifactId>
<version>0.122.17-beta-SNAPSHOT</version>
<version>0.122.17-beta</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-notification:0.122.16-beta:0.122.17-beta-SNAPSHOT
google-cloud-notification:0.122.17-beta:0.122.17-beta

0 comments on commit 86b27f7

Please sign in to comment.