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.15 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jan 7, 2022
1 parent 5ecf6c5 commit ce5f929
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

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


### Bug Fixes

* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-notification/issues/1299)) ([#477](https://www.github.com/googleapis/java-notification/issues/477)) ([59fc7cb](https://www.github.com/googleapis/java-notification/commit/59fc7cba9bb96fa428fd38c81ce6c4d38ea1e5de))


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20211201-1.32.1 ([#476](https://www.github.com/googleapis/java-notification/issues/476)) ([ceb79d2](https://www.github.com/googleapis/java-notification/commit/ceb79d21cd79ead9a91964157316853199f9a2a3))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.115.0 ([#479](https://www.github.com/googleapis/java-notification/issues/479)) ([b1b0e80](https://www.github.com/googleapis/java-notification/commit/b1b0e80073f2ecdbffc79caf2003ac43f66c5ca0))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#488](https://www.github.com/googleapis/java-notification/issues/488)) ([171e613](https://www.github.com/googleapis/java-notification/commit/171e613507f180449d487dcfcd0731dedd19a194))

### [0.122.14](https://www.github.com/googleapis/java-notification/compare/v0.122.13...v0.122.14) (2021-12-03)


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.15-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.122.15-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.15-beta-SNAPSHOT</version>
<version>0.122.15-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.14-beta:0.122.15-beta-SNAPSHOT
google-cloud-notification:0.122.15-beta:0.122.15-beta

0 comments on commit ce5f929

Please sign in to comment.