diff --git a/CHANGELOG.md b/CHANGELOG.md index d45f1c3e..033a51bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.1.2](https://www.github.com/googleapis/java-shell/compare/v2.1.1...v2.1.2) (2021-09-22) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.3.0 ([#89](https://www.github.com/googleapis/java-shell/issues/89)) ([51405ff](https://www.github.com/googleapis/java-shell/commit/51405ffde08f35c9bb1f18c27942926a91570bda)) + ### [2.1.1](https://www.github.com/googleapis/java-shell/compare/v2.1.0...v2.1.1) (2021-09-14) diff --git a/README.md b/README.md index f6c61506..98176f08 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-shell - 2.1.0 + 2.1.1 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-shell:2.1.0' +implementation 'com.google.cloud:google-cloud-shell:2.1.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-shell" % "2.1.1" ``` ## Authentication diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml index 5a3efaed..9729b05b 100644 --- a/google-cloud-shell-bom/pom.xml +++ b/google-cloud-shell-bom/pom.xml @@ -3,12 +3,12 @@ 4.0.0 com.google.cloud google-cloud-shell-bom - 2.1.1 + 2.1.2 pom com.google.cloud google-cloud-shared-config - 1.0.2 + 1.0.3 Google Cloud Shell BOM @@ -56,17 +56,17 @@ com.google.cloud google-cloud-shell - 2.1.1 + 2.1.2 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.1.1 + 2.1.2 com.google.api.grpc proto-google-cloud-shell-v1 - 2.1.1 + 2.1.2 diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml index 7bbda4eb..c714ec7a 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 - 2.1.1 + 2.1.2 jar Google Cloud Shell https://github.com/googleapis/java-shell @@ -11,7 +11,7 @@ com.google.cloud google-cloud-shell-parent - 2.1.1 + 2.1.2 google-cloud-shell diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml index 79c876c5..336ab005 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 - 2.1.1 + 2.1.2 grpc-google-cloud-shell-v1 GRPC library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.1.1 + 2.1.2 diff --git a/pom.xml b/pom.xml index a5ef183a..ad26b5b1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shell-parent pom - 2.1.1 + 2.1.2 Google Cloud Shell Parent https://github.com/googleapis/java-shell @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.0.2 + 1.0.3 @@ -60,23 +60,23 @@ com.google.cloud google-cloud-shell - 2.1.1 + 2.1.2 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.1.1 + 2.1.2 com.google.api.grpc proto-google-cloud-shell-v1 - 2.1.1 + 2.1.2 com.google.cloud google-cloud-shared-dependencies - 2.2.1 + 2.3.0 pom import diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml index 835bfb58..8ea02d7d 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 - 2.1.1 + 2.1.2 proto-google-cloud-shell-v1 Proto library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.1.1 + 2.1.2 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 8b70b593..199e6580 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-shell - 2.1.0 + 2.1.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index ce4abb68..96621b65 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-shell - 2.1.0 + 2.1.1 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index cee2a9cd..c1e237b5 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-shell - 2.1.0 + 2.1.1 diff --git a/versions.txt b/versions.txt index 09c624dd..9d67a976 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-shell:2.1.1:2.1.1 -grpc-google-cloud-shell-v1:2.1.1:2.1.1 -proto-google-cloud-shell-v1:2.1.1:2.1.1 +google-cloud-shell:2.1.2:2.1.2 +grpc-google-cloud-shell-v1:2.1.2:2.1.2 +proto-google-cloud-shell-v1:2.1.2:2.1.2