Skip to content

Commit

Permalink
Merge pull request #110 from keenlabs/release-258
Browse files Browse the repository at this point in the history
bump to version 2.5.8
  • Loading branch information
Joe Wegner authored Apr 19, 2017
2 parents c484981 + 30a26b4 commit 262dda8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

VERSION 2.5.8
-------------
* Fixes a bug with the return type of queries (reverting back to associated arrays)

Version 2.5.7
-------------
* Added a new HTTP Header that tracks the SDK version
Expand Down
2 changes: 1 addition & 1 deletion src/Client/KeenIOClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class KeenIOClient extends GuzzleClient
{

const VERSION = '2.5.7';
const VERSION = '2.5.8';

/**
* Factory to create new KeenIOClient instance.
Expand Down

0 comments on commit 262dda8

Please sign in to comment.