Skip to content

Commit e6e16df

Browse files
committed
chore(release): release influxdb-client-php-3.2.0
1 parent c2cffe9 commit e6e16df

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.2.0 [unreleased]
1+
## 3.2.0 [2022-12-01]
22

33
### Others
44
1. [#134](https://github.com/influxdata/influxdb-client-php/pull/134): Update generated `PingService`

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.2.0';
1919

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

0 commit comments

Comments
 (0)