* OwOify lyrics with `client.get_lyrics(title, owo=True)` * Pass your own `aiohttp.ClientSession` so you dont have to separately close sr_api's session with `client = sr_api.Client(session=mysession)` * Fixed a typo in the docs * Add examples
1.1.1
* Fixed the big mistake I made * gave access to sr_api.InputError and sr_api.PremiumOnly
1.1.0
* Fixed client token error * Added amongus endpoint * Client.view_color is no longer a coroutine * Client.youtube_comment is no longer a coroutine * Client.filter is no longer a coroutine
1.0.6
* `Client.filter()` now returns an `Image` object
1.0.5
* Added `spin` back because apparently SRA didnt document it.