The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v2.2.0 - 2021-04-23
- Add PHP 8 support (#8)
v2.1.0 - 2019-01-21
- Add support for Async calls (#2)
- Provide a default client (#3)
- Use Guzzle to convert stream into stream (#4)
v2.0.0 - 2018-08-23
- Breaking change: minimum PHP version now 7.0
- add support for handling authentication / credentials (#1)
v1.0.1 - 2017-07-08
- Breaking change: must now pass in a GuzzleHttp
Client
, not just config for one - Test cases added with travis
- Initial Release