Skip to content

Commit

Permalink
Merge pull request #111 from keenlabs/queries-should-post
Browse files Browse the repository at this point in the history
Queries should post
  • Loading branch information
Joe Wegner authored Apr 28, 2017
2 parents 262dda8 + 265f2b5 commit 238d37b
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 94 deletions.
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.9
-------------
* Update the querying methods to use a POST request instead of a GET request

VERSION 2.5.8
-------------
* Fixes a bug with the return type of queries (reverting back to associated arrays)
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.8';
const VERSION = '2.5.9';

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

0 comments on commit 238d37b

Please sign in to comment.