From 6d81629c7e339a506d55cd713d855988465b6ccd Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 24 Jun 2024 12:10:16 +0200 Subject: [PATCH] chore(release): release version 2.10.0 [skip ci] --- CHANGELOG.md | 2 +- lib/client/influxdb_client.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0479db6..9bac85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.10.0 [unreleased] +## 2.10.0 [2024-06-24] Explicitly set supported platforms to `android`, `ios`, `linux`, `macos`, `windows`, and `web` to avoid issues with unsupported platforms. diff --git a/lib/client/influxdb_client.dart b/lib/client/influxdb_client.dart index 8e3e860..2031082 100644 --- a/lib/client/influxdb_client.dart +++ b/lib/client/influxdb_client.dart @@ -1,6 +1,6 @@ part of influxdb_client_api; -String clientVersion = '2.10.0-dev'; +String clientVersion = '2.10.0'; String clientName = 'influxdb-client-dart'; /// diff --git a/pubspec.yaml b/pubspec.yaml index 38eb410..078f2b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: influxdb_client -version: 2.10.0-dev +version: 2.10.0 description: A client library for querying, writing and managing InfluxDB 2.x homepage: https://github.com/influxdata/influxdb-client-dart