# Changelog All Notable changes to `ixudra/curl` will be documented in this file ## 6.18.0 - 2019-11-01 ### Added - Added key-value support to `withHeaders()` method ## 6.17.0 - 2019-09-13 ### Added - Added support for multiple response headers with the same name ## 6.16.0 - 2017-12-07 ### Added - Added method to return response headers in the response objects ## 6.15.1 - 2017-11-07 ### Added - Bugfix: wrong variable used ## 6.15.0 - 2017-11-06 ### Added - Added withProxy method ## 6.14.0 - 2017-10-30 ### Added - Laravel auto-discovery ## 6.13.0 - 2017-10-10 ### Added - Added content type to responseObject ## 6.12.2 - 2017-08-23 ### Fixed - Reverted type hinting in `withData()` method ## 6.12.1 - 2017-08-07 ### Fixed - Removed debug code - Fixed undefined index bug ## 6.12.0 - 2017-08-06 ### Added - File uploads by path - `returnResponseArray()` method - `enableXDebug()` method for easy xDebug integration - CHANGELOG file ### Updated - README