diff --git a/CHANGELOG.md b/CHANGELOG.md index deb798e1..3bbf35b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/java-channel/compare/v1.0.0...v1.0.1) (2021-02-19) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.19.0 ([#39](https://www.github.com/googleapis/java-channel/issues/39)) ([b84dabc](https://www.github.com/googleapis/java-channel/commit/b84dabc81ec852f540d1023bc5ed0bcf7e6ba06b)) + ## [1.0.0](https://www.github.com/googleapis/java-channel/compare/v0.1.0...v1.0.0) (2021-01-29) diff --git a/google-cloud-channel-bom/pom.xml b/google-cloud-channel-bom/pom.xml index bf09ac0c..f307a82c 100644 --- a/google-cloud-channel-bom/pom.xml +++ b/google-cloud-channel-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-channel-bom - 1.0.1-SNAPSHOT + 1.0.1 pom com.google.cloud @@ -68,17 +68,17 @@ com.google.cloud google-cloud-channel - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc proto-google-cloud-channel-v1 - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc grpc-google-cloud-channel-v1 - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/google-cloud-channel/pom.xml b/google-cloud-channel/pom.xml index e362f48f..92cbde40 100644 --- a/google-cloud-channel/pom.xml +++ b/google-cloud-channel/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-channel - 1.0.1-SNAPSHOT + 1.0.1 jar Google Channel Services https://github.com/googleapis/java-channel @@ -11,7 +11,7 @@ com.google.cloud google-cloud-channel-parent - 1.0.1-SNAPSHOT + 1.0.1 google-cloud-channel diff --git a/grpc-google-cloud-channel-v1/pom.xml b/grpc-google-cloud-channel-v1/pom.xml index c70a4ef6..0b8f6bae 100644 --- a/grpc-google-cloud-channel-v1/pom.xml +++ b/grpc-google-cloud-channel-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-channel-v1 - 1.0.1-SNAPSHOT + 1.0.1 grpc-google-cloud-channel-v1 GRPC library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/pom.xml b/pom.xml index bdf21016..6342d5ec 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-channel-parent pom - 1.0.1-SNAPSHOT + 1.0.1 Google Channel Services Parent https://github.com/googleapis/java- @@ -70,17 +70,17 @@ com.google.cloud google-cloud-channel - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc proto-google-cloud-channel-v1 - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc grpc-google-cloud-channel-v1 - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/proto-google-cloud-channel-v1/pom.xml b/proto-google-cloud-channel-v1/pom.xml index aedea732..346e720f 100644 --- a/proto-google-cloud-channel-v1/pom.xml +++ b/proto-google-cloud-channel-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-channel-v1 - 1.0.1-SNAPSHOT + 1.0.1 proto-google-cloud-channel-v1 Proto library for google-cloud-channel com.google.cloud google-cloud-channel-parent - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/versions.txt b/versions.txt index 8b67e926..995216b2 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-channel:1.0.0:1.0.1-SNAPSHOT -proto-google-cloud-channel-v1:1.0.0:1.0.1-SNAPSHOT -grpc-google-cloud-channel-v1:1.0.0:1.0.1-SNAPSHOT \ No newline at end of file +google-cloud-channel:1.0.1:1.0.1 +proto-google-cloud-channel-v1:1.0.1:1.0.1 +grpc-google-cloud-channel-v1:1.0.1:1.0.1 \ No newline at end of file