Skip to content

Commit 3c57fca

Browse files
Bumped project version + added entry to changelog
1 parent 4d38ac5 commit 3c57fca

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.15
5+
-------------
6+
* Added collection deletion - added collection deletion by name
7+
48
VERSION 2.5.14
59
-------------
610
* Updated README.md - added basic info regarding local development setup

src/Client/KeenIOClient.php

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

45-
const VERSION = '2.5.14';
45+
const VERSION = '2.5.15';
4646

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

0 commit comments

Comments
 (0)