From fa7ae008f8ea27796189ed673ced49612e080756 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Thu, 27 Oct 2022 07:23:23 +0200 Subject: [PATCH] chore(release): release influxdb-client-php-3.1.0 --- CHANGELOG.md | 3 +-- src/InfluxDB2/Client.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdec5675..b8af6883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -## 3.1.0 [unreleased] +## 3.1.0 [2022-10-27] ### Features 1. [#131](https://github.com/influxdata/influxdb-client-php/pull/131): Add `FluxRecord.row` which stores response data in a array - ## 3.0.0 [2022-09-30] :warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle). diff --git a/src/InfluxDB2/Client.php b/src/InfluxDB2/Client.php index 000a8c6f..1f3a2ab5 100644 --- a/src/InfluxDB2/Client.php +++ b/src/InfluxDB2/Client.php @@ -18,7 +18,7 @@ class Client /** * Client version updated by: 'make release VERSION=1.5.0' */ - const VERSION = 'dev'; + const VERSION = '3.1.0'; public $options; public $closed = false;