diff --git a/CHANGELOG.md b/CHANGELOG.md index ee30fcbd..22a1324a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/java-shell/compare/v1.0.0...v1.0.1) (2021-07-29) + + +### Bug Fixes + +* owlbot post-processor should generate README ([#1154](https://www.github.com/googleapis/java-shell/issues/1154)) ([#34](https://www.github.com/googleapis/java-shell/issues/34)) ([2a723df](https://www.github.com/googleapis/java-shell/commit/2a723dfeae11fcd71a0148b2f1d3961ac5682c1b)), closes [#1146](https://www.github.com/googleapis/java-shell/issues/1146) [#1147](https://www.github.com/googleapis/java-shell/issues/1147) + ## [1.0.0](https://www.github.com/googleapis/java-shell/compare/v0.1.1...v1.0.0) (2021-07-01) diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml index ca71cedc..e78dc55f 100644 --- a/google-cloud-shell-bom/pom.xml +++ b/google-cloud-shell-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-shell-bom - 1.0.1-SNAPSHOT + 1.0.1 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-shell - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc grpc-google-cloud-shell-v1 - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc proto-google-cloud-shell-v1 - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml index 820a221f..538628b7 100644 --- a/google-cloud-shell/pom.xml +++ b/google-cloud-shell/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-shell - 1.0.1-SNAPSHOT + 1.0.1 jar Google Cloud Shell https://github.com/googleapis/java-shell @@ -11,7 +11,7 @@ com.google.cloud google-cloud-shell-parent - 1.0.1-SNAPSHOT + 1.0.1 google-cloud-shell diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml index d0871396..c3e7eae4 100644 --- a/grpc-google-cloud-shell-v1/pom.xml +++ b/grpc-google-cloud-shell-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-shell-v1 - 1.0.1-SNAPSHOT + 1.0.1 grpc-google-cloud-shell-v1 GRPC library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/pom.xml b/pom.xml index 0daa8292..06a49090 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shell-parent pom - 1.0.1-SNAPSHOT + 1.0.1 Google Cloud Shell Parent https://github.com/googleapis/java-shell @@ -60,17 +60,17 @@ com.google.cloud google-cloud-shell - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc grpc-google-cloud-shell-v1 - 1.0.1-SNAPSHOT + 1.0.1 com.google.api.grpc proto-google-cloud-shell-v1 - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml index 3801db21..6746117f 100644 --- a/proto-google-cloud-shell-v1/pom.xml +++ b/proto-google-cloud-shell-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-shell-v1 - 1.0.1-SNAPSHOT + 1.0.1 proto-google-cloud-shell-v1 Proto library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 1.0.1-SNAPSHOT + 1.0.1 diff --git a/versions.txt b/versions.txt index 51ca19f6..a4c407fc 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-shell:1.0.0:1.0.1-SNAPSHOT -grpc-google-cloud-shell-v1:1.0.0:1.0.1-SNAPSHOT -proto-google-cloud-shell-v1:1.0.0:1.0.1-SNAPSHOT +google-cloud-shell:1.0.1:1.0.1 +grpc-google-cloud-shell-v1:1.0.1:1.0.1 +proto-google-cloud-shell-v1:1.0.1:1.0.1