diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc36de..2575ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.1.6] + +### Added +- Update to moviepy 2.1.1. Fixes serval issues like rotations +### Fixed +- Small bugs in subtitles exportation + ## [0.1.5] ### Added diff --git a/open_dubbing/__init__.py b/open_dubbing/__init__.py index 1276d02..0a8da88 100644 --- a/open_dubbing/__init__.py +++ b/open_dubbing/__init__.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6"