diff --git a/CHANGELOG.md b/CHANGELOG.md index a907dd6..b674b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.2 + +- Updated to the more permissive MIT license. +- Implemented `SearchClient.getSuggestions(...)` for querying suggestions based on a given search query. (Thanks to [@brqnko](https://github.com/brqnko) in [#1](https://github.com/codedbycurtis/soundcloud_explode_dart/pull/1).) + ## 1.0.1 - Fixed an issue causing a `TypeError` when casting a `Stream>` to a more specialised type. diff --git a/pubspec.yaml b/pubspec.yaml index 5b15f84..acf0151 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: soundcloud_explode_dart -version: 1.0.1 +version: 1.0.2 description: Scrape metadata about users, tracks, playlists, and albums from SoundCloud without requiring an account, API key, or rate-limiting. homepage: https://github.com/codedbycurtis/soundcloud_explode_dart repository: https://github.com/codedbycurtis/soundcloud_explode_dart