diff --git a/CHANGELOG.md b/CHANGELOG.md index 9231cb36db..33f668dc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Bump Cocoa SDK from v8.21.0 to v8.24.0 ([#1986](https://github.com/getsentry/sentry-dart/pull/1986)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8240) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.24.0) +- Expand dependency range of `package_info_plus` to allow an open range starting from version 1 ([#2010](https://github.com/getsentry/sentry-dart/pull/2010)) ## 8.0.0 diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 040bbc47cb..98860c3407 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 8.0.0 - package_info_plus: '>=1.0.0 <8.0.0' + package_info_plus: '>=1.0.0' meta: ^1.3.0 ffi: ^2.0.0