Fixed - Resolve `INVALID_REQUEST` with newer versions of httpx, as our auth class improperly handled bytestrings when adding the access token to requests, resulting in url-encoded `b'stuff'`
0.3.1
Fixed - DOC: Fix note in README about only supporting reCAPTCHAs (image CAPTCHAs are now also supported)
0.3.0
Added - Add image CAPTCHA support (`complete_image`) - Allow HTTP client timeouts to be configured
0.2.0
Added - Allow usage as async contextmanager to automatically close httpx session
0.1.0
Added - Add async ImageTyperz client with reCAPTCHA support