- Updated the supported version of httpx - Changed the close behaviour of AsyncHTTPRequest to use `aclose()` rather than `close()` as per (https://www.python-httpx.org/async/#opening-and-closing-clients)
1.1.0
- Added [Server-side Experiments](https://developers.google.com/optimize/devguides/experiments) alias [issues-4] - Added support of python 3.8, 3.9 - Removed support of python 3.6