diff --git a/CHANGELOG.md b/CHANGELOG.md index 127eda74..1956275b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://www.github.com/googleapis/java-notebooks/compare/v0.5.0...v0.6.0) (2021-09-27) + + +### Features + +* added support for Notebooks v1 ([#242](https://www.github.com/googleapis/java-notebooks/issues/242)) ([28ce44f](https://www.github.com/googleapis/java-notebooks/commit/28ce44f5c390c4de2d366f283a59927f220c09c7)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.3.0 ([#261](https://www.github.com/googleapis/java-notebooks/issues/261)) ([50910c1](https://www.github.com/googleapis/java-notebooks/commit/50910c1e35f7f8c281d5c640b986b858ee124a3a)) + ## [0.5.0](https://www.github.com/googleapis/java-notebooks/compare/v0.4.1...v0.5.0) (2021-09-14) diff --git a/google-cloud-notebooks-bom/pom.xml b/google-cloud-notebooks-bom/pom.xml index 0d687323..16fa1b5a 100644 --- a/google-cloud-notebooks-bom/pom.xml +++ b/google-cloud-notebooks-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-notebooks-bom - 0.5.1-SNAPSHOT + 0.6.0 pom com.google.cloud @@ -56,27 +56,27 @@ com.google.cloud google-cloud-notebooks - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc proto-google-cloud-notebooks-v1 - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/google-cloud-notebooks/pom.xml b/google-cloud-notebooks/pom.xml index 25d7ba9b..23d73f47 100644 --- a/google-cloud-notebooks/pom.xml +++ b/google-cloud-notebooks/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-notebooks - 0.5.1-SNAPSHOT + 0.6.0 jar Google AI Platform Notebooks https://github.com/googleapis/java-notebooks @@ -11,7 +11,7 @@ com.google.cloud google-cloud-notebooks-parent - 0.5.1-SNAPSHOT + 0.6.0 google-cloud-notebooks diff --git a/grpc-google-cloud-notebooks-v1/pom.xml b/grpc-google-cloud-notebooks-v1/pom.xml index c22a58f6..a29264b5 100644 --- a/grpc-google-cloud-notebooks-v1/pom.xml +++ b/grpc-google-cloud-notebooks-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 0.5.1-SNAPSHOT + 0.6.0 grpc-google-cloud-notebooks-v1 GRPC library for google-cloud-notebooks com.google.cloud google-cloud-notebooks-parent - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/grpc-google-cloud-notebooks-v1beta1/pom.xml b/grpc-google-cloud-notebooks-v1beta1/pom.xml index 280622cf..27b42cba 100644 --- a/grpc-google-cloud-notebooks-v1beta1/pom.xml +++ b/grpc-google-cloud-notebooks-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.5.1-SNAPSHOT + 0.6.0 grpc-google-cloud-notebooks-v1beta1 GRPC library for grpc-google-cloud-notebooks-v1beta1 com.google.cloud google-cloud-notebooks-parent - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/pom.xml b/pom.xml index 53358354..742b7fd9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-notebooks-parent pom - 0.5.1-SNAPSHOT + 0.6.0 Google AI Platform Notebooks Parent https://github.com/googleapis/java-notebooks @@ -61,27 +61,27 @@ com.google.cloud google-cloud-notebooks - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc proto-google-cloud-notebooks-v1 - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc grpc-google-cloud-notebooks-v1 - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.5.1-SNAPSHOT + 0.6.0 com.google.api.grpc grpc-google-cloud-notebooks-v1beta1 - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/proto-google-cloud-notebooks-v1/pom.xml b/proto-google-cloud-notebooks-v1/pom.xml index ba2ed47e..5095e66f 100644 --- a/proto-google-cloud-notebooks-v1/pom.xml +++ b/proto-google-cloud-notebooks-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-notebooks-v1 - 0.5.1-SNAPSHOT + 0.6.0 proto-google-cloud-notebooks-v1 Proto library for google-cloud-notebooks com.google.cloud google-cloud-notebooks-parent - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/proto-google-cloud-notebooks-v1beta1/pom.xml b/proto-google-cloud-notebooks-v1beta1/pom.xml index c752193f..e91b129c 100644 --- a/proto-google-cloud-notebooks-v1beta1/pom.xml +++ b/proto-google-cloud-notebooks-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-notebooks-v1beta1 - 0.5.1-SNAPSHOT + 0.6.0 proto-google-cloud-notebooks-v1beta1 PROTO library for proto-google-cloud-notebooks-v1beta1 com.google.cloud google-cloud-notebooks-parent - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 17afd91d..77cb28a3 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-notebooks - 0.5.1-SNAPSHOT + 0.6.0 diff --git a/versions.txt b/versions.txt index 8697932d..1fd0c523 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-notebooks:0.5.0:0.5.1-SNAPSHOT -grpc-google-cloud-notebooks-v1beta1:0.5.0:0.5.1-SNAPSHOT -grpc-google-cloud-notebooks-v1:0.5.0:0.5.1-SNAPSHOT -proto-google-cloud-notebooks-v1beta1:0.5.0:0.5.1-SNAPSHOT -proto-google-cloud-notebooks-v1:0.5.0:0.5.1-SNAPSHOT +google-cloud-notebooks:0.6.0:0.6.0 +grpc-google-cloud-notebooks-v1beta1:0.6.0:0.6.0 +grpc-google-cloud-notebooks-v1:0.6.0:0.6.0 +proto-google-cloud-notebooks-v1beta1:0.6.0:0.6.0 +proto-google-cloud-notebooks-v1:0.6.0:0.6.0