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 c2cffe9 commit e6e16dfCopy full SHA for e6e16df
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.2.0 [unreleased]
+## 3.2.0 [2022-12-01]
2
3
### Others
4
1. [#134](https://github.com/influxdata/influxdb-client-php/pull/134): Update generated `PingService`
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.2.0';
19
20
public $options;
21
public $closed = false;
0 commit comments