From 12fd97312433f63b9fe6f8d4b9a8e5b08ac4b5a9 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Mon, 24 Jun 2024 12:13:28 +0200 Subject: [PATCH] chore(release): prepare for next development iteration --- CHANGELOG.md | 2 ++ lib/client/influxdb_client.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bac85f..bad464b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.11.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 2031082..f35392a 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'; +String clientVersion = '2.11.0-dev'; String clientName = 'influxdb-client-dart'; /// diff --git a/pubspec.yaml b/pubspec.yaml index 078f2b2..59c8bf0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: influxdb_client -version: 2.10.0 +version: 2.11.0-dev description: A client library for querying, writing and managing InfluxDB 2.x homepage: https://github.com/influxdata/influxdb-client-dart