Changes ========= 2.0.0 - Major rewrite using Guzzle 6 1.5.0 - Adds `created_since` when listing users 1.4.0 - Adds `order` when listing users 1.3.2 - Adds bulk support for both users and events. - Adds support for viewing bulk job info. 1.3.1 - Fixes paging 1.3.0 - Adds support for the Bulk API (Users) 1.2.3 - Fixes Contacts iterator 1.2.2 - Adding Contacts iterator 1.2.1 - Metadata fix 1.2.0 - Support opening, closing, and assigning conversations 1.1.1 - Fix encoding for empty event metadata - Fix error response when receiving ELB error 1.1.0 - Acquire support 1.0.0 - Releasing version 1.0.0 1.0.0-b12 - Remove Id requirement on userUpdate, thanks @rb-cohen 1.0.0-b11 - Add support for `signed_up_at` 1.0.0-b10 - Add support for Admin replies to conversations 1.0.0-b9 - Add support for the update_last_request_at parameter on creating users - Add support for the new_session parameter on updating users 1.0.0-b8 - Added support for the new_session parameter when creating users, thanks @FallDi 1.0.0-b7 - Removed requirement for admin_id on note creation 1.0.0-b6 - Added rate limit details to response, thanks @ziemkowski - Improve conversation fetching for admins/users, thanks @ziemkowski 1.0.0-b5 - Packagist - Licence & Readme updates 1.0.0-b4 - Fix /events response being parsed as JSON 1.0.0-b3 - Add remote_created_at to user update and create. 1.0.0-b2 - Add a user-agent string to the default headers - Set the accept header to be application/json - Make user the default type for a conversations query (fix for https://github.com/intercom/intercom-php/issues/41) - Populate exceptions with errors from the response (fix for https://github.com/intercom/intercom-php/issues/37) - Fix directory names on Linux for composer (fix for https://github.com/intercom/intercom-php/issues/38) 1.0.0-b1 - initial beta release