diff --git a/CHANGELOG.md b/CHANGELOG.md index 230b173..5ceae06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Twitch Downloader change log ============================ +1.16.0 (2021-06-09) +------------------- + +* Fix clips download caused by Twitch changes (#64, thanks to all participants) + + 1.15.0 (2021-02-15) ------------------- diff --git a/setup.py b/setup.py index 1e834b7..4647ed6 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name='twitch-dl', - version='1.15.0', + version='1.16.0', description='Twitch downloader', long_description=long_description.strip(), author='Ivan Habunek', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index fac0bfd..a496fc1 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.15.0" +__version__ = "1.16.0" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"