Skip to content

Commit

Permalink
chore(release): release influxdb-client-php-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 27, 2022
1 parent 1e51c95 commit fa7ae00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion src/InfluxDB2/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa7ae00

Please sign in to comment.