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: