diff --git a/CHANGELOG.md b/CHANGELOG.md index dbdd14c..230b173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Twitch Downloader change log ============================ +1.15.0 (2021-02-15) +------------------- + +* Add support for new format of clip slug (thanks @Loveangel1337) + 1.14.1 (2021-01-14) ------------------- diff --git a/setup.py b/setup.py index bf95f3d..1e834b7 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ makes it faster. setup( name='twitch-dl', - version='1.14.1', + version='1.15.0', description='Twitch downloader', long_description=long_description.strip(), author='Ivan Habunek', diff --git a/twitchdl/__init__.py b/twitchdl/__init__.py index 7b630cf..fac0bfd 100644 --- a/twitchdl/__init__.py +++ b/twitchdl/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.14.1" +__version__ = "1.15.0" CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"