Skip to content

Commit

Permalink
Update CHANGELOG and README with version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwadejr committed Mar 15, 2017
1 parent fe79789 commit 88d5395
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,3 +1,8 @@
#### 1.8.2 (March 15, 2017)
* Update `composer.json` to use a tagged version of `codeclimate/php-test-reporter` instead of `dev-master`.
* Fix issue where `Conversation` threads default to `null` so `getThreads()` always returned `null`. [PR #42](https://github.com/helpscout/helpscout-api-php/pull/42)
* Fix issue where `PUT` request responses were not decoded to an array similiar to `POST` and `DELETE`. [PR #49](https://github.com/helpscout/helpscout-api-php/pull/49)

#### 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 Released
Version 1.8.2 Released
---------------------
Please see the [Changelog](https://github.com/helpscout/helpscout-api-php/blob/master/CHANGELOG.md) for details.

Expand Down

0 comments on commit 88d5395

Please sign in to comment.