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 7906425 commit 2bd45c3Copy full SHA for 2bd45c3
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.0.0 [unreleased]
+## 3.0.0 [2022-09-30]
2
3
:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).
4
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
@@ -18,7 +18,7 @@ class Client
18
/**
19
* Client version updated by: 'make release VERSION=1.5.0'
20
*/
21
- const VERSION = 'dev';
+ const VERSION = '3.0.0';
22
23
public $options;
24
public $closed = false;
0 commit comments