diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7265ed22..a16a42f620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Fixes + +- intl is now more version permissive (>=0.17.0 <1.0.0) ([#1247](https://github.com/getsentry/sentry-dart/pull/1247)) + ### Breaking Changes: - sentry_file now requires Dart >= 2.19 ([#1240](https://github.com/getsentry/sentry-dart/pull/1240)) diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 2c41fb3b1d..8b691a13c9 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: meta: ^1.3.0 stack_trace: ^1.10.0 uuid: ^3.0.0 - intl: ^0.17.0 + intl: '>=0.17.0 <1.0.0' dev_dependencies: mockito: ^5.1.0