Fixed - Fixed the rate limit handler when error code 429 was returned by the API.
2.3.4
Fixed - Fixed a [mistake](https://github.com/SharpBit/brawlstats/pull/24) where `time()` was being called directly (instead of `time.time()`)
2.3.3
Added - Added carl to the brawler list Changed - Renamed `Profile` class to `Player`
2.3.2
Fixed - Allows users to pass in a connector for the async client which fixes issue 19.
2.3.1
Added - Creates requests with gzip encoding enabled to cut request times. - Detect a rate limit before it requests from the API. Changed - Changed the request log. - No longer imports itself in `utils.py` for the version number.
2.3.0
Added - Added caching that clears after 180 seconds to not spam the API with the same requests. Fixed - Fixed debug on the sync client.