diff --git a/packages/google-cloud-video-stitcher/CHANGELOG.md b/packages/google-cloud-video-stitcher/CHANGELOG.md index 357b3e36a6eb..480226160395 100644 --- a/packages/google-cloud-video-stitcher/CHANGELOG.md +++ b/packages/google-cloud-video-stitcher/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.2](https://github.com/googleapis/python-video-stitcher/compare/v0.1.1...v0.1.2) (2022-06-03) + + +### Bug Fixes + +* **deps:** require protobuf <4.0.0dev ([#34](https://github.com/googleapis/python-video-stitcher/issues/34)) ([109ca6e](https://github.com/googleapis/python-video-stitcher/commit/109ca6e723b951c8f474beec236dfed8ac0929dc)) + + +### Documentation + +* fix changelog header to consistent size ([#35](https://github.com/googleapis/python-video-stitcher/issues/35)) ([286c3a0](https://github.com/googleapis/python-video-stitcher/commit/286c3a0be0c4aef079ee7fe57634982a9621711f)) +* **samples:** add code samples ([#17](https://github.com/googleapis/python-video-stitcher/issues/17)) ([ed60215](https://github.com/googleapis/python-video-stitcher/commit/ed60215424f1ea0015c44033cea931d9a80c9539)) + ## [0.1.1](https://github.com/googleapis/python-video-stitcher/compare/v0.1.0...v0.1.1) (2022-03-05) diff --git a/packages/google-cloud-video-stitcher/setup.py b/packages/google-cloud-video-stitcher/setup.py index 997be2a5f534..b3cc2592459d 100644 --- a/packages/google-cloud-video-stitcher/setup.py +++ b/packages/google-cloud-video-stitcher/setup.py @@ -18,7 +18,7 @@ import setuptools # type: ignore -version = "0.1.1" +version = "0.1.2" package_root = os.path.abspath(os.path.dirname(__file__))