From dfa316bcb87f9951b13c3dcefc1230514de14cd7 Mon Sep 17 00:00:00 2001 From: Gareth Parker Date: Tue, 29 Aug 2017 12:41:20 +0100 Subject: [PATCH] Updating for 0.9.4 --- CHANGELOG.md | 3 +++ TODO.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8a2a20..080da55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.9.4 - 2017-08-29 + * Fixed some bugs with the usage of ensureIsArray + ## 0.9.3 - 2017-05-08 * Added `ExchangeWebServices::VERSION_2016` and support for that version in Autodiscover diff --git a/TODO.md b/TODO.md index 083cfaca..61124efb 100644 --- a/TODO.md +++ b/TODO.md @@ -27,4 +27,7 @@ ### MailAPi * Create a `sendItem` method to send unset mail * Create a `createAttachments` method - * Create an easy method to send a message with attachemnts \ No newline at end of file + * Create an easy method to send a message with attachemnts + +### Tests + * Check the values that we're testing in ExchangeAutoDiscoverTest. We need to make sure the data is accurate