We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cc0415 commit 9edb90fCopy full SHA for 9edb90f
CHANGE.md
@@ -1,6 +1,10 @@
1
Change Log
2
==========
3
4
+VERSION 2.5.12
5
+-------------
6
+* Fix a bug that caused arrays in the POST body to be encoded as strings
7
+
8
VERSION 2.5.11
9
-------------
10
* Fix a few headers in the README.md
src/Client/KeenIOClient.php
@@ -41,7 +41,7 @@
41
class KeenIOClient extends GuzzleClient
42
{
43
44
- const VERSION = '2.5.11';
+ const VERSION = '2.5.12';
45
46
/**
47
* Factory to create new KeenIOClient instance.
0 commit comments