diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a4a38e04..31b931c990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Dependencies + +- Enable compatibility with uuid v4 ([#1647](https://github.com/getsentry/sentry-dart/pull/1647)) + ## 7.10.1 ### Enhancements diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 5487446118..c15a87b971 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: http: '>=0.13.0 <2.0.0' meta: ^1.3.0 stack_trace: ^1.10.0 - uuid: ^3.0.0 + uuid: '>=3.0.0 <5.0.0' dev_dependencies: mockito: ^5.1.0