diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3ee8..a3b1e29eeb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 355e8e8ea8..0661d49005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [3.2.1](https://github.com/shaka-project/shaka-packager/compare/v3.2.0...v3.2.1) (2024-10-02) + + +### Bug Fixes + +* Add Missing Dash Roles to RoleFromString function ([#1418](https://github.com/shaka-project/shaka-packager/issues/1418)) ([#1419](https://github.com/shaka-project/shaka-packager/issues/1419)) ([9cb00e9](https://github.com/shaka-project/shaka-packager/commit/9cb00e91ab0d081b1f2132abaad7c23ef15047b7)) +* Break header installation for the shared library ([#1407](https://github.com/shaka-project/shaka-packager/issues/1407)) ([b5c2cb8](https://github.com/shaka-project/shaka-packager/commit/b5c2cb8b73701911f765a149dd37521026e7ed2a)), closes [#1406](https://github.com/shaka-project/shaka-packager/issues/1406) +* Embed full python protobuf library ([#1438](https://github.com/shaka-project/shaka-packager/issues/1438)) ([f07fd0d](https://github.com/shaka-project/shaka-packager/commit/f07fd0d997b0c84bde78d2dd9a62bdf0fac19ec1)), closes [#1436](https://github.com/shaka-project/shaka-packager/issues/1436) + ## [3.2.0](https://github.com/shaka-project/shaka-packager/compare/v3.1.0...v3.2.0) (2024-05-11)