diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 556b633d..2b00cbe1 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-functions.git", - "sha": "77440a61a1a25c72cf3ce4dda0b50e41801371b6" + "sha": "5df28dfb03594c626367e924da645e6156092754" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e" + "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 500038d9..27cc0061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.8](https://www.github.com/googleapis/java-functions/compare/v1.0.7...v1.0.8) (2021-02-25) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#150](https://www.github.com/googleapis/java-functions/issues/150)) ([5de316c](https://www.github.com/googleapis/java-functions/commit/5de316c9df350b551626c9509923a213ee44b2b7)) + ### [1.0.7](https://www.github.com/googleapis/java-functions/compare/v1.0.6...v1.0.7) (2021-02-22) diff --git a/README.md b/README.md index 8fe000bb..50bb0b35 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 1.0.5 + 1.0.7 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-functions:1.0.6' +compile 'com.google.cloud:google-cloud-functions:1.0.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.6" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.7" ``` ## Authentication diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index ac2a9bc2..058ded79 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -3,12 +3,12 @@ 4.0.0 com.google.cloud google-cloud-functions-bom - 1.0.7 + 1.0.8 pom com.google.cloud google-cloud-shared-config - 0.10.0 + 0.11.0 Google Cloud Functions BOM @@ -68,17 +68,17 @@ com.google.cloud google-cloud-functions - 1.0.7 + 1.0.8 com.google.api.grpc proto-google-cloud-functions-v1 - 1.0.7 + 1.0.8 com.google.api.grpc grpc-google-cloud-functions-v1 - 1.0.7 + 1.0.8 diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 877ab6c4..304f15e0 100644 --- a/google-cloud-functions/pom.xml +++ b/google-cloud-functions/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions - 1.0.7 + 1.0.8 jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 1.0.7 + 1.0.8 google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index 89f7dc87..aff54aca 100644 --- a/grpc-google-cloud-functions-v1/pom.xml +++ b/grpc-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 1.0.7 + 1.0.8 grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 1.0.7 + 1.0.8 diff --git a/pom.xml b/pom.xml index a098f462..862905d5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 1.0.7 + 1.0.8 Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 0.10.0 + 0.11.0 @@ -70,23 +70,23 @@ com.google.cloud google-cloud-functions - 1.0.7 + 1.0.8 com.google.api.grpc proto-google-cloud-functions-v1 - 1.0.7 + 1.0.8 com.google.api.grpc grpc-google-cloud-functions-v1 - 1.0.7 + 1.0.8 com.google.cloud google-cloud-shared-dependencies - 0.19.0 + 0.20.0 pom import diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index b198a489..0a97c952 100644 --- a/proto-google-cloud-functions-v1/pom.xml +++ b/proto-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v1 - 1.0.7 + 1.0.8 proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 1.0.7 + 1.0.8 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 719f9d5d..700c4185 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 1.0.5 + 1.0.7 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 2cd8d0f1..7ffd8b84 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 1.0.5 + 1.0.7 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 4d75109f..b7e2fb59 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 1.0.5 + 1.0.7 diff --git a/versions.txt b/versions.txt index 3d478752..594ed928 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-functions:1.0.7:1.0.7 -proto-google-cloud-functions-v1:1.0.7:1.0.7 -grpc-google-cloud-functions-v1:1.0.7:1.0.7 +google-cloud-functions:1.0.8:1.0.8 +proto-google-cloud-functions-v1:1.0.8:1.0.8 +grpc-google-cloud-functions-v1:1.0.8:1.0.8