diff --git a/CHANGELOG.md b/CHANGELOG.md index d10cf2d..91a5f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/googleapis/java-video-stitcher/compare/v0.1.2...v0.2.0) (2022-05-19) + + +### Features + +* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-video-stitcher/issues/1440)) ([#35](https://github.com/googleapis/java-video-stitcher/issues/35)) ([c74d7b5](https://github.com/googleapis/java-video-stitcher/commit/c74d7b5ab783dc9b7d24645b169eac0f8966e8e9)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#34](https://github.com/googleapis/java-video-stitcher/issues/34)) ([84a2dc1](https://github.com/googleapis/java-video-stitcher/commit/84a2dc1bb1f724bfbe83faaeca9ade2cd2165bba)) +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#36](https://github.com/googleapis/java-video-stitcher/issues/36)) ([52326bd](https://github.com/googleapis/java-video-stitcher/commit/52326bdfd84d6f525f7c7c8116cfed301182e2c0)) + ### [0.1.2](https://github.com/googleapis/java-video-stitcher/compare/v0.1.1...v0.1.2) (2022-04-15) diff --git a/google-cloud-video-stitcher-bom/pom.xml b/google-cloud-video-stitcher-bom/pom.xml index a21e1a6..897b32a 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.1.3-SNAPSHOT + 0.2.0 pom com.google.cloud @@ -65,17 +65,17 @@ com.google.cloud google-cloud-video-stitcher - 0.1.3-SNAPSHOT + 0.2.0 com.google.api.grpc grpc-google-cloud-video-stitcher-v1 - 0.1.3-SNAPSHOT + 0.2.0 com.google.api.grpc proto-google-cloud-video-stitcher-v1 - 0.1.3-SNAPSHOT + 0.2.0 diff --git a/google-cloud-video-stitcher/pom.xml b/google-cloud-video-stitcher/pom.xml index 9195118..d275997 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.1.3-SNAPSHOT + 0.2.0 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.1.3-SNAPSHOT + 0.2.0 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 79c3813..0d1086b 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.1.3-SNAPSHOT + 0.2.0 grpc-google-cloud-video-stitcher-v1 GRPC library for google-cloud-video-stitcher com.google.cloud google-cloud-video-stitcher-parent - 0.1.3-SNAPSHOT + 0.2.0 diff --git a/pom.xml b/pom.xml index 588f48b..d98140d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-video-stitcher-parent pom - 0.1.3-SNAPSHOT + 0.2.0 Google Video Stitcher API Parent https://github.com/googleapis/java-video-stitcher @@ -69,17 +69,17 @@ com.google.cloud google-cloud-video-stitcher - 0.1.3-SNAPSHOT + 0.2.0 com.google.api.grpc grpc-google-cloud-video-stitcher-v1 - 0.1.3-SNAPSHOT + 0.2.0 com.google.api.grpc proto-google-cloud-video-stitcher-v1 - 0.1.3-SNAPSHOT + 0.2.0 diff --git a/proto-google-cloud-video-stitcher-v1/pom.xml b/proto-google-cloud-video-stitcher-v1/pom.xml index 09fba31..7b7f3d3 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.1.3-SNAPSHOT + 0.2.0 proto-google-cloud-video-stitcher-v1 Proto library for google-cloud-video-stitcher com.google.cloud google-cloud-video-stitcher-parent - 0.1.3-SNAPSHOT + 0.2.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 00d4321..3f09605 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-video-stitcher - 0.1.3-SNAPSHOT + 0.2.0 diff --git a/versions.txt b/versions.txt index fd582db..f911a6e 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-video-stitcher:0.1.2:0.1.3-SNAPSHOT -proto-google-cloud-video-stitcher-v1:0.1.2:0.1.3-SNAPSHOT -grpc-google-cloud-video-stitcher-v1:0.1.2:0.1.3-SNAPSHOT +google-cloud-video-stitcher:0.2.0:0.2.0 +proto-google-cloud-video-stitcher-v1:0.2.0:0.2.0 +grpc-google-cloud-video-stitcher-v1:0.2.0:0.2.0