Skip to content

Commit f0e42f7

Browse files
committed
chore(release): release influxdb-client-php-3.7.0
1 parent 8111b4a commit f0e42f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.7.0 [unreleased]
1+
## 3.7.0 [2024-02-21]
22

33
### Bug Fixes
44
1. [#162](https://github.com/influxdata/influxdb-client-php/issues/162): PHP 8.4 - fgetcsv() needs provide explicitly argument escape

src/InfluxDB2/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Client
1515
/**
1616
* Client version updated by: 'make release VERSION=1.5.0'
1717
*/
18-
const VERSION = 'dev';
18+
const VERSION = '3.7.0';
1919

2020
public $options;
2121
public $closed = false;

0 commit comments

Comments
 (0)