Skip to content

Commit 9edb90f

Browse files
author
Taylor Barnett
committed
version 2.5.12
1 parent 7cc0415 commit 9edb90f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
VERSION 2.5.12
5+
-------------
6+
* Fix a bug that caused arrays in the POST body to be encoded as strings
7+
48
VERSION 2.5.11
59
-------------
610
* Fix a few headers in the README.md

src/Client/KeenIOClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
class KeenIOClient extends GuzzleClient
4242
{
4343

44-
const VERSION = '2.5.11';
44+
const VERSION = '2.5.12';
4545

4646
/**
4747
* Factory to create new KeenIOClient instance.

0 commit comments

Comments
 (0)