We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e51c95 commit fa7ae00Copy full SHA for fa7ae00
CHANGELOG.md
@@ -1,9 +1,8 @@
1
-## 3.1.0 [unreleased]
+## 3.1.0 [2022-10-27]
2
3
### Features
4
1. [#131](https://github.com/influxdata/influxdb-client-php/pull/131): Add `FluxRecord.row` which stores response data in a array
5
6
-
7
## 3.0.0 [2022-09-30]
8
9
:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).
src/InfluxDB2/Client.php
@@ -18,7 +18,7 @@ class Client
18
/**
19
* Client version updated by: 'make release VERSION=1.5.0'
20
*/
21
- const VERSION = 'dev';
+ const VERSION = '3.1.0';
22
23
public $options;
24
public $closed = false;
0 commit comments