diff --git a/CHANGELOG.md b/CHANGELOG.md index 94859fd..8c0e6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to ## [Unreleased] +## [0.12.1] - 2024-11-13 + ### Fixed - Do not process thumbnail for video without video stream @@ -113,7 +115,8 @@ and this project adheres to - add django_peertube_runner_connector app - add basic quality tools + testing suite -[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.12.0...main +[unreleased]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.12.1...main +[0.12.1]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/openfun/django-peertube-runner-connector/compare/v0.9.0...v0.10.0 diff --git a/setup.cfg b/setup.cfg index d41459b..7194499 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = django_peertube_runner_connector description = A django application to connect to a peertube runner and transcode videos long_description = file: README.md, LICENSE long_description_content_type = text/markdown -version = 0.12.0 +version = 0.12.1 author = Open FUN (France Universite Numerique) author_email = fun.dev@fun-mooc.fr license = MIT