Skip to content

Commit 3606b12

Browse files
committed
chore(release): release influxdb-client-php-3.6.0
1 parent 0417d6e commit 3606b12

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.6.0 [unreleased]
1+
## 3.6.0 [2024-06-24]
22

33
### Bug Fixes
44
1. [#155](https://github.com/influxdata/influxdb-client-php/pull/155): Fixes error handling in some cases, throw ApiException instead of ErrorException about undefined property

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

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

0 commit comments

Comments
 (0)