Skip to content

Commit

Permalink
Update MailGun
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Jan 15, 2016
1 parent d13e355 commit caa6d4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.6.0

- MailGun API now uses the `v3` endpoint. Normally, [this is BC-free](http://blog.mailgun.com/default-api-version-now-v3/), but if you are using
MailGun, make sure to try your application before!

## 1.5.3

- Add the new `merge_language` option to Mandrill service.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ file called `composer.json` and save it in the root of your project:
```
{
"require": {
"slm/mail": "~1.5"
"slm/mail": "~1.6"
}
}
```
Expand Down

0 comments on commit caa6d4d

Please sign in to comment.