File: /var/www/vhost/disk-apps/qas.sports-crowd.com/vendor/mailersend/mailersend/CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
### Changed
### Fixed
### Removed
## [0.1.1] - 2020 09 01
### Changed
- `collect` helper changed to `Collection` class
- `from` and `subject` are not mandatory if `template_id` is set
## [0.1.0]
### Added
- PSR-7 and PSR-18 based HTTP adapter
- `POST email/send` endpoint support
- Helpers for recipients, variables & attachments
- PHPUnit tests
- Documentation
[Unreleased]: https://github.com/mailersend/mailersend-php/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/mailersend/mailersend-php/releases/tag/v0.1.1
[0.1.0]: https://github.com/mailersend/mailersend-php/releases/tag/v0.1.0