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 8111b4a commit f0e42f7Copy full SHA for f0e42f7
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.7.0 [unreleased]
+## 3.7.0 [2024-02-21]
2
3
### Bug Fixes
4
1. [#162](https://github.com/influxdata/influxdb-client-php/issues/162): PHP 8.4 - fgetcsv() needs provide explicitly argument escape
src/InfluxDB2/Client.php
@@ -15,7 +15,7 @@ class Client
15
/**
16
* Client version updated by: 'make release VERSION=1.5.0'
17
*/
18
- const VERSION = 'dev';
+ const VERSION = '3.7.0';
19
20
public $options;
21
public $closed = false;
0 commit comments