All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- add new FileAttachment type which does not require an absolute path
- Fix possible fatal error in getLastRequest if the last request is null
- add GetLastResponse() and GetLastResponseStatusCode() methods to ApiClient
- add send templated email + example
- add retry options
- update PHP version requirement to 7.4
- .gitignore composer.lock
- README code example fixed