diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c20ff92..6bcef994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/googleapis/java-shell/compare/v2.1.12...v2.2.0) (2022-05-24) + + +### Features + +* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-shell/issues/1440)) ([#208](https://github.com/googleapis/java-shell/issues/208)) ([9c2a201](https://github.com/googleapis/java-shell/commit/9c2a201ce9f60cc1afbad473c8af9cf92d93bd55)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#207](https://github.com/googleapis/java-shell/issues/207)) ([f88dd65](https://github.com/googleapis/java-shell/commit/f88dd65088abd3d50a524630ffcc2a6f00d6f9eb)) + ### [2.1.12](https://github.com/googleapis/java-shell/compare/v2.1.11...v2.1.12) (2022-04-15) diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml index a5e4d6ae..4ecf1ead 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 - 2.1.13-SNAPSHOT + 2.2.0 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-shell - 2.1.13-SNAPSHOT + 2.2.0 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.1.13-SNAPSHOT + 2.2.0 com.google.api.grpc proto-google-cloud-shell-v1 - 2.1.13-SNAPSHOT + 2.2.0 diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml index e9951f67..241523eb 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.13-SNAPSHOT + 2.2.0 jar Google Cloud Shell https://github.com/googleapis/java-shell @@ -11,7 +11,7 @@ com.google.cloud google-cloud-shell-parent - 2.1.13-SNAPSHOT + 2.2.0 google-cloud-shell diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml index ff41856c..a048b0b8 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.13-SNAPSHOT + 2.2.0 grpc-google-cloud-shell-v1 GRPC library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.1.13-SNAPSHOT + 2.2.0 diff --git a/pom.xml b/pom.xml index 2dae8ca2..3e9421d6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shell-parent pom - 2.1.13-SNAPSHOT + 2.2.0 Google Cloud Shell Parent https://github.com/googleapis/java-shell @@ -60,17 +60,17 @@ com.google.cloud google-cloud-shell - 2.1.13-SNAPSHOT + 2.2.0 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.1.13-SNAPSHOT + 2.2.0 com.google.api.grpc proto-google-cloud-shell-v1 - 2.1.13-SNAPSHOT + 2.2.0 diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml index 5358f226..11f95e74 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.13-SNAPSHOT + 2.2.0 proto-google-cloud-shell-v1 Proto library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.1.13-SNAPSHOT + 2.2.0 diff --git a/versions.txt b/versions.txt index baaf96fb..984a1bfc 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-shell:2.1.12:2.1.13-SNAPSHOT -grpc-google-cloud-shell-v1:2.1.12:2.1.13-SNAPSHOT -proto-google-cloud-shell-v1:2.1.12:2.1.13-SNAPSHOT +google-cloud-shell:2.2.0:2.2.0 +grpc-google-cloud-shell-v1:2.2.0:2.2.0 +proto-google-cloud-shell-v1:2.2.0:2.2.0