Fixed - Fixed `search_club()` - Fixed some attribute typos in docs for the Misc category
2.2.1
Fixed - Providing no loop while setting `is_async` to `True` now correctly defaults to `asyncio.get_event_loop()` - Fixed the URL for `get_club()` - Fixed some typos in docs - Fixed attribute charts in docs
2.2.0
Changed - Change the way you get a brawler with `get_leaderboard()` - Updated documentation for added keys
2.1.13
Added - Search Clubs (`search_club()`) - Season and Shop Data (`get_misc()`)
2.1.12
Added - Loop parameter for the client for aiohttp sessions if one has not yet been specified. If you specify a session, you must set the loop to that session before you pass it in otherwise the loop will not be applied.
2.1.11
Added - MaintenanceError raised when the game is undergoing maintenance.