From 5e6aa737cbf1e6d190dc9203499ee8283730babb Mon Sep 17 00:00:00 2001 From: Mattia Date: Wed, 10 Mar 2021 19:12:47 +0100 Subject: [PATCH] Version 1.8.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10de743..6a51862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.8.0 +- Fixed playlist client. +- Fixed search client. +- `search.getVideos` now returns a `Video` instance. +- Implemented `SearchList`. + ## 1.8.0-beta.4 - Removed debug message diff --git a/pubspec.yaml b/pubspec.yaml index 30b0bf5..2dcc712 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.8.0-beta.5 +version: 1.8.0 homepage: https://github.com/Hexer10/youtube_explode_dart environment: