#### 3.6.9
- Allows the creation of jobs using Latitude and Longitude. More information about this here
#### 3.6.8
- Fixes a race condition when writing the token in disk
- Add access code method when adding drop offs
- Support Guzzle v7
- Bug-fixes in PHPUnit tests
- Allows to pass a phone to validate addresses
- Moved
private
methods toprotected
inAuthenticator
class to enabled better extending.
####3.6.3
- Fixes typo in sandbox API url
####3.6.2
- Updates sandbox API url
####3.6.1
- Does not expose fleets object if array is empty.
####3.6.0
- Adds Job#setFleets method
- Adds DropOff#setEndCustomerTimeWindowStart method
- Adds DropOff#setEndCustomerTimeWindowEnd method
- Adds DiskCache class
- Uses GuzzleHttp#getStatusCode instead of GuzzleHttp#success() as it's not available anymore
- Bumps PHP version to 7.1