diff --git a/CHANGELOG.md b/CHANGELOG.md index 8761851e..02c43003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### 1.8.1 (June 13, 2016) +* Fix issue with setting the value of a dropdown custom field +* Fix bug in the `getCustomer` method for Webhook +* Add `status` to `SearchConversation` model + #### 1.8.0 (February 19, 2016) * Added support for Custom Fields returned within a Mailbox details * Added support for Custom Field Responses returned with a Conversation diff --git a/README.md b/README.md index b27b6887..02ac1c5c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Help Scout PHP Wrapper [![Build Status](https://travis-ci.org/helpscout/helpscou ================================================================================ > PHP Wrapper for the Help Scout API and Webhooks implementation. More information on our [developer site](http://developer.helpscout.net). -Version 1.8.0 Released +Version 1.8.1 Released --------------------- Please see the [Changelog](https://github.com/helpscout/helpscout-api-php/blob/master/CHANGELOG.md) for details.