Skip to content

Commit

Permalink
Merge pull request #115 from keenlabs/2.5.10_release
Browse files Browse the repository at this point in the history
Version 2.5.10
  • Loading branch information
baumatron committed Sep 15, 2017
2 parents c0f6df2 + cb9efca commit d4022b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGE.md
@@ -1,6 +1,10 @@
Change Log
==========

VERSION 2.5.10
-------------
* Remove mcrypt dependency (deprecated in PHP 7.1) and replace it with openssl for scoped key support.

VERSION 2.5.9
-------------
* Update the querying methods to use a POST request instead of a GET request
Expand Down
2 changes: 1 addition & 1 deletion src/Client/KeenIOClient.php
Expand Up @@ -40,7 +40,7 @@
class KeenIOClient extends GuzzleClient
{

const VERSION = '2.5.9';
const VERSION = '2.5.10';

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

0 comments on commit d4022b2

Please sign in to comment.