From 15fe965a0768bcd08a897dbb1cc89a30cff6dfca Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Thu, 17 Jul 2025 16:48:16 +0300 Subject: [PATCH] Release: 2.6.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b0597..8abeafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [2.6.0] (2025-07-17) + +### Added +- supports Instabug SDK above 3.0.0 ([#24](https://github.com/Instabug/Instabug-Dart-http-Adapter/pull/24)). + ## [2.5.1] - 22/04/2025 ### Added diff --git a/pubspec.yaml b/pubspec.yaml index 47da24f..457ba99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: instabug_http_client description: This package is an add on to instabug_flutter. It intercepts any requests performed with http Package and sends them to the report that will be sent to the dashboard. -version: 2.5.1 +version: 2.6.0 homepage: https://github.com/Instabug/Instabug-Flutter#readme environment: @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter http: ^0.13.3 - instabug_flutter: '>=14.0.0 <15.0.0' + instabug_flutter: '>=14.0.0 <16.0.0' meta: ^1.3.0 dev_dependencies: