From 19781259846a0014812bcd6ffb0db384cd62ca79 Mon Sep 17 00:00:00 2001 From: Mattia Date: Fri, 11 Sep 2020 12:07:37 +0200 Subject: [PATCH] Update CHANGELOG and Version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c4975..f0d10fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ - Only throw custom exceptions from the library. - `getUploadsFromPage` no longer throws. +## 1.5.0 +- BREAKING CHANGE: Renamed `Container` class to `StreamContainer` to avoid conflicting with Flutter `Container`. See #66 + + ## 1.4.4 - Expose HttpClient in APIs - Fix #55: Typo in README.md diff --git a/pubspec.yaml b/pubspec.yaml index da4416f..7b66e9c 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.4.4 +version: 1.5.0 homepage: https://github.com/Hexer10/youtube_explode_dart environment: