6.0.0
- Updates target API to v3.1
- Fix dependencies for GuzzleHttp
- Distinguish between Request and Response objects. For example to create a check now you need to use
CheckRequest
object to construct the request body and will receive aCheckResponse
to represent the response body. - Defaults API region to EU
- Update minimum php version to 7.3