From 83a7671ddbb223b2b5d59c550c2015bf1873d996 Mon Sep 17 00:00:00 2001 From: Stephen Date: Fri, 6 Jul 2018 12:11:20 +0200 Subject: [PATCH] Creating new release 1.14.6 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 70b1ab0..972ab1c 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,9 @@ $client->admin->revoke(\InfluxDB\Client\Admin::PRIVILEGE_ALL, 'admin_user'); ## Changelog +#### 1.14.6 +- Added offset in QueryBuilder (thanks @lifekent and @BentCoder) + #### 1.14.5 - Update key concepts link to point to the proper place. - Replace costly array_merge calls with foreach + array operator