### 0.2.11 (10-05-2016)

- Add extra exception when response is empty [#45](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/45)
- Merge pull request [#43](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/43)
- Merge pull request [#46](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/46)
- Fix broken image upload [#47](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/47)

### 0.2.10 (11-02-2016)

- Fixed missing `http_build_query` in post requests [#39](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/39)

### 0.2.9 (10-02-2016)

- Add autoload.php as Composer alternative [#37](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/37)
- Add board update endpoint [#34](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/34)
- Fix patch requests
- Add `$field` to update requests

### 0.2.8 (02-02-2016)

- Fix Curl execFollow and error handling [#31](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/31)

### 0.2.7 (01-02-2016)

- Fix wrong variable name
[#30](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/30)

### 0.2.6 (01-02-2016)

- A lot of code cleanup based on Scruntinizer
- Added `original_url` attribute to Pin model [#24](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/24)
- Fixed typo in header [#27](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/27)

### 0.2.5 (09-01-2016)

- Fixed disabling CURL safe_mode issue in PHP 7.0 [#21](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/21)

### 0.2.3 (03-01-2016)

- Add error codes to PinterestException ( [#17](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/17) )
- Remove `whoops` as dependency

### 0.2.2 (31-12-2015)

- Add error codes to PinterestException ( [#17](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/17) )

### 0.2.1 (23-12-2015)

- Add `setState` and `getState` methods ( [#15](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/15) )

### 0.2.0 (18-12-2015)

- Changed default authentication response_type to `code` ( #4 / #7 / #14 )
- Fixed `getAccessToken()` path
- Added fallback for servers using open_basedir ( #9 )
