Skip to content

Commit

Permalink
chore(release): release influxdb-client-php-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Apr 16, 2024
1 parent bac7914 commit fbdc713
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.5.0 [unreleased]
## 3.5.0 [2024-04-16]

### Bug Fixes
1. [#146](https://github.com/influxdata/influxdb-client-php/pull/146): Try to convert non-string-tags to strings, generate a warning if a value cannot be converted
Expand Down
2 changes: 1 addition & 1 deletion src/InfluxDB2/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Client
/**
* Client version updated by: 'make release VERSION=1.5.0'
*/
const VERSION = 'dev';
const VERSION = '3.5.0';

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

0 comments on commit fbdc713

Please sign in to comment.