Fixed - SyntaxError in `generators.py` when run in Python3.8>
0.0.8
Added - Submodule `configuration` was added to recaptcha_manager - Ability for users to choose whether recaptcha_manager should use standard multiprocessing or multiprocess internally.
0.0.7
Added - Subpackage `api` was added
Fixed - All proxy classes for services and managers are now picklable by standard pickle module
Removed - All modules within recaptcha-manager were relocated to `api` subpackage
0.0.6
Removed - BaseService and BaseRequest no longer inherit from abc.ABC to create abstract classes. These changes will make subclasses picklable for further releases.
0.0.5
Fixed - Fixed bug which led to AttributeError when attempting to pass error raised from service process to manager - Fixed formatting issues and erroneous docstrings - Added soft_id parameter for 2Captcha
0.0.4
Fixed - TypeError when using a service - Other minor bugs