diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..f6a9e15 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a75ec68..6bfe7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog -## [1.2.1](https://github.com/shaka-project/shaka-streamer/compare/v1.2.0...v1.2.1) (2025-01-17) +## [1.2.2](https://github.com/shaka-project/shaka-streamer/compare/v1.2.1...v1.2.2) (2025-01-21) + + +### Bug Fixes + +* Fix missing cloud/ subfolder ([#235](https://github.com/shaka-project/shaka-streamer/issues/235)) ([ad0b869](https://github.com/shaka-project/shaka-streamer/commit/ad0b8698f84a0d09c0e196e107437b0b3e51f3fe)), closes [#234](https://github.com/shaka-project/shaka-streamer/issues/234) + +## [1.2.1](https://github.com/shaka-project/shaka-streamer/compare/v1.2.0...v1.2.1) (2025-01-17 - **UNUSABLE - YANKED from PyPI**) ### Bug Fixes @@ -12,7 +19,7 @@ * Fix HEVC sample config ([#229](https://github.com/shaka-project/shaka-streamer/issues/229)) ([b22b8c5](https://github.com/shaka-project/shaka-streamer/commit/b22b8c5cd1ad262652586b15baed4d47ac012017)) -## [1.2.0](https://github.com/shaka-project/shaka-streamer/compare/v1.1.1...v1.2.0) (2025-01-15) +## [1.2.0](https://github.com/shaka-project/shaka-streamer/compare/v1.1.1...v1.2.0) (2025-01-15 - **UNUSABLE - YANKED from PyPI**) ### Features diff --git a/binaries/streamer_binaries/__init__.py b/binaries/streamer_binaries/__init__.py index 8c6fbc0..6fe5346 100644 --- a/binaries/streamer_binaries/__init__.py +++ b/binaries/streamer_binaries/__init__.py @@ -1,7 +1,7 @@ import os import platform -__version__ = '1.2.1' # x-release-please-version +__version__ = '1.2.2' # x-release-please-version # Get the directory path where this __init__.py file resides. diff --git a/streamer/__init__.py b/streamer/__init__.py index c96b3b3..2dcb35c 100644 --- a/streamer/__init__.py +++ b/streamer/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.1' # x-release-please-version +__version__ = '1.2.2' # x-release-please-version from . import controller_node