Skip to content

Commit

Permalink
chore(release): release influxdb-client-php-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 30, 2022
1 parent 7906425 commit 2bd45c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0 [unreleased]
## 3.0.0 [2022-09-30]

:warning: This release drops strong couple to [Guzzle HTTP client](https://github.com/guzzle/guzzle).
Now you are able to use any implementation of `PSR-18` compliant HTTP client - https://packagist.org/providers/psr/http-client-implementation.
Expand Down
2 changes: 1 addition & 1 deletion src/InfluxDB2/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Client
/**
* Client version updated by: 'make release VERSION=1.5.0'
*/
const VERSION = 'dev';
const VERSION = '3.0.0';

public $options;
public $closed = false;
Expand Down

0 comments on commit 2bd45c3

Please sign in to comment.