Sfoglia il codice sorgente

New release - hotfix

Jan Oris 7 anni fa
parent
commit
9aba4d3341
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 4 0
      CHANGELOG.md
  2. 1 1
      composer.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 All Notable changes to `ixudra/curl` will be documented in this file
 
+## 6.15.1 - 2017-11-07
+### Added
+- Bugfix: wrong variable used
+
 ## 6.15.0 - 2017-11-06
 ### Added
 - Added withProxy method

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "ixudra/curl",
     "description": "Custom PHP Curl library for the Laravel 5 framework - developed by Ixudra",
-    "version": "6.15.0",
+    "version": "6.15.1",
     "keywords": ["Ixudra", "Laravel", "Curl"],
     "homepage": "http://ixudra.be",
     "license": "MIT",