diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a7589..936beef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/googleapis/java-video-stitcher/compare/v0.3.0...v0.3.1) (2022-07-13) + + +### Bug Fixes + +* enable longpaths support for windows test ([#1485](https://github.com/googleapis/java-video-stitcher/issues/1485)) ([#54](https://github.com/googleapis/java-video-stitcher/issues/54)) ([ff83d6e](https://github.com/googleapis/java-video-stitcher/commit/ff83d6eb04736279c7b15b3dcc4784a76f7cbeb3)) + ## [0.3.0](https://github.com/googleapis/java-video-stitcher/compare/v0.2.1...v0.3.0) (2022-06-30) diff --git a/google-cloud-video-stitcher-bom/pom.xml b/google-cloud-video-stitcher-bom/pom.xml index 0f1bcd7..7b9d807 100644 --- a/google-cloud-video-stitcher-bom/pom.xml +++ b/google-cloud-video-stitcher-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-video-stitcher-bom - 0.3.1-SNAPSHOT + 0.3.1 pom com.google.cloud @@ -65,17 +65,17 @@ com.google.cloud google-cloud-video-stitcher - 0.3.1-SNAPSHOT + 0.3.1 com.google.api.grpc grpc-google-cloud-video-stitcher-v1 - 0.3.1-SNAPSHOT + 0.3.1 com.google.api.grpc proto-google-cloud-video-stitcher-v1 - 0.3.1-SNAPSHOT + 0.3.1 diff --git a/google-cloud-video-stitcher/pom.xml b/google-cloud-video-stitcher/pom.xml index be9ab8c..0052e16 100644 --- a/google-cloud-video-stitcher/pom.xml +++ b/google-cloud-video-stitcher/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-video-stitcher - 0.3.1-SNAPSHOT + 0.3.1 jar Google Video Stitcher API https://github.com/googleapis/java-video-stitcher @@ -11,7 +11,7 @@ com.google.cloud google-cloud-video-stitcher-parent - 0.3.1-SNAPSHOT + 0.3.1 google-cloud-video-stitcher diff --git a/grpc-google-cloud-video-stitcher-v1/pom.xml b/grpc-google-cloud-video-stitcher-v1/pom.xml index d78033c..d72d6b1 100644 --- a/grpc-google-cloud-video-stitcher-v1/pom.xml +++ b/grpc-google-cloud-video-stitcher-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-video-stitcher-v1 - 0.3.1-SNAPSHOT + 0.3.1 grpc-google-cloud-video-stitcher-v1 GRPC library for google-cloud-video-stitcher com.google.cloud google-cloud-video-stitcher-parent - 0.3.1-SNAPSHOT + 0.3.1 diff --git a/pom.xml b/pom.xml index 4d7b8de..71fc176 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-video-stitcher-parent pom - 0.3.1-SNAPSHOT + 0.3.1 Google Video Stitcher API Parent https://github.com/googleapis/java-video-stitcher @@ -69,17 +69,17 @@ com.google.cloud google-cloud-video-stitcher - 0.3.1-SNAPSHOT + 0.3.1 com.google.api.grpc grpc-google-cloud-video-stitcher-v1 - 0.3.1-SNAPSHOT + 0.3.1 com.google.api.grpc proto-google-cloud-video-stitcher-v1 - 0.3.1-SNAPSHOT + 0.3.1 diff --git a/proto-google-cloud-video-stitcher-v1/pom.xml b/proto-google-cloud-video-stitcher-v1/pom.xml index 1a80b91..1ecf4a9 100644 --- a/proto-google-cloud-video-stitcher-v1/pom.xml +++ b/proto-google-cloud-video-stitcher-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-video-stitcher-v1 - 0.3.1-SNAPSHOT + 0.3.1 proto-google-cloud-video-stitcher-v1 Proto library for google-cloud-video-stitcher com.google.cloud google-cloud-video-stitcher-parent - 0.3.1-SNAPSHOT + 0.3.1 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index daaa5dd..985a45f 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-video-stitcher - 0.3.1-SNAPSHOT + 0.3.1 diff --git a/versions.txt b/versions.txt index 26827d5..5e7e89d 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-video-stitcher:0.3.0:0.3.1-SNAPSHOT -proto-google-cloud-video-stitcher-v1:0.3.0:0.3.1-SNAPSHOT -grpc-google-cloud-video-stitcher-v1:0.3.0:0.3.1-SNAPSHOT +google-cloud-video-stitcher:0.3.1:0.3.1 +proto-google-cloud-video-stitcher-v1:0.3.1:0.3.1 +grpc-google-cloud-video-stitcher-v1:0.3.1:0.3.1