Prepare for 2.7.0 (#481)

* Prepare for 2.7.0

* Remove `declare(strict_types=1)`

* Remove missed `declare(strict_types=1)`
This commit is contained in:
David Garcia 2019-01-05 07:24:22 +00:00 committed by Tobias Nyholm
parent d4e4d4efbe
commit ce641a6846
2 changed files with 19 additions and 2 deletions

View File

@ -2,6 +2,25 @@
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
## 2.7.0
### Added
- Allow to set the Mailgun server when instantiating the Mailgun's client: `$mailgun = Mailgun::create('key', 'server');`
- Add new PHPUnit tests for our models
- Add new PHPUnit tests for our API
## 2.6.0
### Added
- Ported MessageBuilder and BatchMessage #472
### Changed
- Cast campaign IDs to string #460
- Suggest packages used on Dev #440
## 2.5.0 ## 2.5.0
### Added ### Added

View File

@ -1,7 +1,5 @@
<?php <?php
declare(strict_types=1);
/* /*
* Copyright (C) 2013 Mailgun * Copyright (C) 2013 Mailgun
* *