Jan Oris před 7 roky
rodič
revize
1a40f8abc3
2 změnil soubory, kde provedl 5 přidání a 1 odebrání
  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.12.2 - 2017-08-23
+### Fixed
+- Reverted type hinting in `withData()` method
+
 ## 6.12.1 - 2017-08-07
 ### Fixed
 - Removed debug code

+ 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.12.1",
+    "version": "6.12.2",
     "keywords": ["Ixudra", "Laravel", "Curl"],
     "homepage": "http://ixudra.be",
     "license": "MIT",