Skip to content

Commit fa7ae00

Browse files
committed
chore(release): release influxdb-client-php-3.1.0
1 parent 1e51c95 commit fa7ae00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
## 3.1.0 [unreleased]
1+
## 3.1.0 [2022-10-27]
22

33
### Features
44
1. [#131](https://github.com/influxdata/influxdb-client-php/pull/131): Add `FluxRecord.row` which stores response data in a array
55

6-
76
## 3.0.0 [2022-09-30]
87

98
:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).

src/InfluxDB2/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Client
1818
/**
1919
* Client version updated by: 'make release VERSION=1.5.0'
2020
*/
21-
const VERSION = 'dev';
21+
const VERSION = '3.1.0';
2222

2323
public $options;
2424
public $closed = false;

0 commit comments

Comments
 (0)