diff --git a/CHANGELOG.md b/CHANGELOG.md index 5562395..301e67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Twitch Downloader change log ============================ +1.10.1 (2020-08-09) +------------------- + +* Fix videos incorrectly identified as clips (#28) +* Make download command work with video URLs lacking "www" before "twitch.tv" +* Print an error when video or clip is not found instead of an exception trace + 1.10.0 (2020-08-07) ------------------- diff --git a/setup.py b/setup.py index fd8b82c..11ccea0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name='twitch-dl', - version='1.10.0', + version='1.10.1', description='Twitch downloader', long_description=long_description.strip(), author='Ivan Habunek',