From 187bf0bdf13d9b9896f7f2b579a0952b27a57c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Wed, 31 Dec 2014 12:31:10 +0100 Subject: [PATCH] Backport 1.5.1 changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b2199..022d4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # CHANGELOG -## 1.5.1 +## 1.5.2 - Mandrill service now properly used the `sendAt` delayed date when sending a templated mail when calling the `send` method. +## 1.5.1 + +- Fix small typo in README to include ~1.5 +- Remove unnecessary import statements in code base +- Return API status codes in Postage/Postmark api exceptions + ## 1.5.0 - You can now schedule Mandrill emails in the future by using the optional `sendAt` variable in both `send` and