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.3 (#339)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
### [0.122.3](https://www.github.com/googleapis/java-notification/compare/v0.122.2...v0.122.3) (2021-07-05)


### Bug Fixes

* Add `shopt -s nullglob` to dependencies script ([#344](https://www.github.com/googleapis/java-notification/issues/344)) ([85a69c0](https://www.github.com/googleapis/java-notification/commit/85a69c0dbbd4c34dde52c35588fb54b960fd29ef))
* Update dependencies.sh to not break on mac ([#335](https://www.github.com/googleapis/java-notification/issues/335)) ([38d27f7](https://www.github.com/googleapis/java-notification/commit/38d27f7850808b834076109840af3759ad41223e))


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20210127-1.32.1 ([#342](https://www.github.com/googleapis/java-notification/issues/342)) ([2439153](https://www.github.com/googleapis/java-notification/commit/2439153f09bc9eaf47382c87f001ba8d51b0e564))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.113.4 ([#343](https://www.github.com/googleapis/java-notification/issues/343)) ([d8d565a](https://www.github.com/googleapis/java-notification/commit/d8d565a0d2c512834e34e449b02fd8f17dd1a1af))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#347](https://www.github.com/googleapis/java-notification/issues/347)) ([14645b1](https://www.github.com/googleapis/java-notification/commit/14645b1f23a961d9a9b22260cd6a2a6049722063))
* update dependency com.google.cloud:google-cloud-storage to v1.117.1 ([#346](https://www.github.com/googleapis/java-notification/issues/346)) ([fa2463a](https://www.github.com/googleapis/java-notification/commit/fa2463aa1963802a40c8dcfc171036d0ed8e04e9))
---


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 Jul 5, 2021
1 parent fa2463a commit 1d93f5f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog

### [0.122.3](https://www.github.com/googleapis/java-notification/compare/v0.122.2...v0.122.3) (2021-07-05)


### Bug Fixes

* Add `shopt -s nullglob` to dependencies script ([#344](https://www.github.com/googleapis/java-notification/issues/344)) ([85a69c0](https://www.github.com/googleapis/java-notification/commit/85a69c0dbbd4c34dde52c35588fb54b960fd29ef))
* Update dependencies.sh to not break on mac ([#335](https://www.github.com/googleapis/java-notification/issues/335)) ([38d27f7](https://www.github.com/googleapis/java-notification/commit/38d27f7850808b834076109840af3759ad41223e))


### Dependencies

* update dependency com.google.apis:google-api-services-storage to v1-rev20210127-1.32.1 ([#342](https://www.github.com/googleapis/java-notification/issues/342)) ([2439153](https://www.github.com/googleapis/java-notification/commit/2439153f09bc9eaf47382c87f001ba8d51b0e564))
* update dependency com.google.cloud:google-cloud-pubsub-bom to v1.113.4 ([#343](https://www.github.com/googleapis/java-notification/issues/343)) ([d8d565a](https://www.github.com/googleapis/java-notification/commit/d8d565a0d2c512834e34e449b02fd8f17dd1a1af))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#347](https://www.github.com/googleapis/java-notification/issues/347)) ([14645b1](https://www.github.com/googleapis/java-notification/commit/14645b1f23a961d9a9b22260cd6a2a6049722063))
* update dependency com.google.cloud:google-cloud-storage to v1.117.1 ([#346](https://www.github.com/googleapis/java-notification/issues/346)) ([fa2463a](https://www.github.com/googleapis/java-notification/commit/fa2463aa1963802a40c8dcfc171036d0ed8e04e9))

### [0.122.2](https://www.github.com/googleapis/java-notification/compare/v0.122.1...v0.122.2) (2021-06-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.122.3-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-notification:current} -->
<version>0.122.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.122.3-beta-SNAPSHOT</version>
<version>0.122.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.122.2-beta:0.122.3-beta-SNAPSHOT
google-cloud-notification:0.122.3-beta:0.122.3-beta

0 comments on commit 1d93f5f

Please sign in to comment.