diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d4ab4..7379af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.10.9 +- Fix issue #180: YouTube throttling videos. - Thanks to @itssidhere. + ## 1.10.8 - Added the following aliases: yt.videos.streams (instead of yt.videos.streamsClient) and yt.videos.comments (instead of yt.videos.commentsClient) - Re-add more test cases. diff --git a/pubspec.yaml b/pubspec.yaml index 82c680a..d647f9c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key. -version: 1.10.8 +version: 1.10.9 homepage: ^0.13.4