Skip to content

Commit 2bd45c3

Browse files
committed
chore(release): release influxdb-client-php-3.0.0
1 parent 7906425 commit 2bd45c3

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.0.0 [unreleased]
1+
## 3.0.0 [2022-09-30]
22

33
:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).
44
Now you are able to use any implementation of `PSR-18` compliant HTTP client - https://packagist.org/providers/psr/http-client-implementation.

src/InfluxDB2/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Client
1818
/**
1919
* Client version updated by: 'make release VERSION=1.5.0'
2020
*/
21-
const VERSION = 'dev';
21+
const VERSION = '3.0.0';
2222

2323
public $options;
2424
public $closed = false;

0 commit comments

Comments
 (0)