diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f99e1..8a296bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,4 +37,9 @@ - Bug Fix(PR [11][11]): Use url when retrieving the video's content length. -[11]: https://github.com/Hexer10/youtube_explode_dart/pull/11 \ No newline at end of file +[11]: https://github.com/Hexer10/youtube_explode_dart/pull/11 + +## 0.0.10 + +- Bug fix: Don't throw when captions are not present. +- New extension: CaptionListExtension adding `getByTime` function. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 2eb9a24..fe330ce 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. Support serveral API functions. -version: 0.0.9 +version: 0.0.10 homepage: https://github.com/Hexer10/youtube_explode_dart environment: