diff --git a/CHANGELOG.md b/CHANGELOG.md index f445e3a6..65bf30b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.121.11](https://www.github.com/googleapis/java-notification/compare/v0.121.10...v0.121.11) (2021-05-11) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v1.1.0 ([#307](https://www.github.com/googleapis/java-notification/issues/307)) ([86c7bf0](https://www.github.com/googleapis/java-notification/commit/86c7bf00180166d556b56ceb887ed350811affc7)) + ### [0.121.10](https://www.github.com/googleapis/java-notification/compare/v0.121.9...v0.121.10) (2021-04-27) diff --git a/pom.xml b/pom.xml index 53b97ede..d0dc46e2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 google-cloud-notification - 0.121.11-beta-SNAPSHOT + 0.121.11-beta jar Google Cloud Pub/Sub Notifications for GCS https://github.com/googleapis/java-notification diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index fb20f617..81967589 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notification - 0.121.11-beta-SNAPSHOT + 0.121.11-beta diff --git a/versions.txt b/versions.txt index 46ba8f5b..04a9bc8e 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-notification:0.121.10-beta:0.121.11-beta-SNAPSHOT \ No newline at end of file +google-cloud-notification:0.121.11-beta:0.121.11-beta \ No newline at end of file