From fbdc713e22223a0adc1e76251535a2f43ec55055 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Tue, 16 Apr 2024 21:28:44 +0200 Subject: [PATCH] chore(release): release influxdb-client-php-3.5.0 --- CHANGELOG.md | 2 +- src/InfluxDB2/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ed5aa4..7886eea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/InfluxDB2/Client.php b/src/InfluxDB2/Client.php index 7ec7b904..5779a306 100644 --- a/src/InfluxDB2/Client.php +++ b/src/InfluxDB2/Client.php @@ -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;