diff --git a/CHANGELOG.md b/CHANGELOG.md index 737c04d..b370f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ In development - TODO + +## Version 0.4.0 - 2017-11-17 + +- Added clips endpoints + + ## Version 0.3.1 - 2017-10-26 - Fixed Twitch.channels.get_subscribers function to obey filters diff --git a/twitch/__init__.py b/twitch/__init__.py index 630c1ce..5add2b3 100644 --- a/twitch/__init__.py +++ b/twitch/__init__.py @@ -1,3 +1,3 @@ from .client import TwitchClient # noqa -__version__ = '0.3.1' +__version__ = '0.4.0'