diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e111cc..c72677ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/googleapis/java-storage-transfer/compare/v1.2.0...v1.2.1) (2022-07-18) + + +### Bug Fixes + +* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-storage-transfer/issues/1485)) ([#170](https://github.com/googleapis/java-storage-transfer/issues/170)) ([faa0b88](https://github.com/googleapis/java-storage-transfer/commit/faa0b88032c4ab7ca775cbaf71697c753fd98cea)) + ## [1.2.0](https://github.com/googleapis/java-storage-transfer/compare/v1.1.0...v1.2.0) (2022-07-01) diff --git a/google-cloud-storage-transfer-bom/pom.xml b/google-cloud-storage-transfer-bom/pom.xml index caeb7214..2ceee18a 100644 --- a/google-cloud-storage-transfer-bom/pom.xml +++ b/google-cloud-storage-transfer-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-storage-transfer-bom - 1.2.1-SNAPSHOT + 1.2.1 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-storage-transfer - 1.2.1-SNAPSHOT + 1.2.1 com.google.api.grpc grpc-google-cloud-storage-transfer-v1 - 1.2.1-SNAPSHOT + 1.2.1 com.google.api.grpc proto-google-cloud-storage-transfer-v1 - 1.2.1-SNAPSHOT + 1.2.1 diff --git a/google-cloud-storage-transfer/pom.xml b/google-cloud-storage-transfer/pom.xml index 5c83167b..61fe12a5 100644 --- a/google-cloud-storage-transfer/pom.xml +++ b/google-cloud-storage-transfer/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-storage-transfer - 1.2.1-SNAPSHOT + 1.2.1 jar Google Storage Transfer Service https://github.com/googleapis/java-storage-transfer @@ -11,7 +11,7 @@ com.google.cloud google-cloud-storage-transfer-parent - 1.2.1-SNAPSHOT + 1.2.1 google-cloud-storage-transfer diff --git a/grpc-google-cloud-storage-transfer-v1/pom.xml b/grpc-google-cloud-storage-transfer-v1/pom.xml index 499f3871..aa225d40 100644 --- a/grpc-google-cloud-storage-transfer-v1/pom.xml +++ b/grpc-google-cloud-storage-transfer-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-storage-transfer-v1 - 1.2.1-SNAPSHOT + 1.2.1 grpc-google-cloud-storage-transfer-v1 GRPC library for google-cloud-storage-transfer com.google.cloud google-cloud-storage-transfer-parent - 1.2.1-SNAPSHOT + 1.2.1 diff --git a/pom.xml b/pom.xml index a4751f83..a6a3f7f0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-storage-transfer-parent pom - 1.2.1-SNAPSHOT + 1.2.1 Google Storage Transfer Service Parent https://github.com/googleapis/java-storage-transfer @@ -69,17 +69,17 @@ com.google.cloud google-cloud-storage-transfer - 1.2.1-SNAPSHOT + 1.2.1 com.google.api.grpc grpc-google-cloud-storage-transfer-v1 - 1.2.1-SNAPSHOT + 1.2.1 com.google.api.grpc proto-google-cloud-storage-transfer-v1 - 1.2.1-SNAPSHOT + 1.2.1 diff --git a/proto-google-cloud-storage-transfer-v1/pom.xml b/proto-google-cloud-storage-transfer-v1/pom.xml index e91ae65f..da710a33 100644 --- a/proto-google-cloud-storage-transfer-v1/pom.xml +++ b/proto-google-cloud-storage-transfer-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-storage-transfer-v1 - 1.2.1-SNAPSHOT + 1.2.1 proto-google-cloud-storage-transfer-v1 Proto library for google-cloud-storage-transfer com.google.cloud google-cloud-storage-transfer-parent - 1.2.1-SNAPSHOT + 1.2.1 diff --git a/versions.txt b/versions.txt index c34969c5..86f767ae 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-storage-transfer:1.2.0:1.2.1-SNAPSHOT -grpc-google-cloud-storage-transfer-v1:1.2.0:1.2.1-SNAPSHOT -proto-google-cloud-storage-transfer-v1:1.2.0:1.2.1-SNAPSHOT +google-cloud-storage-transfer:1.2.1:1.2.1 +grpc-google-cloud-storage-transfer-v1:1.2.1:1.2.1 +proto-google-cloud-storage-transfer-v1:1.2.1:1.2.1