diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1c0b4..57232d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Remove the `covariant` keyword from `stderrEncoding` and `stdoutEncoding` parameters. * Update dependencies to work on Dart 3. +* Bumped min SDK dependency to nearest non-prerelease version (2.14.0) #### 4.2.4 diff --git a/pubspec.yaml b/pubspec.yaml index 64af7e7..1feed65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: A pluggable, mockable process invocation abstraction for Dart. homepage: https://github.com/google/process.dart environment: - sdk: '>=2.14.0-0 <4.0.0' + sdk: '>=2.14.0 <4.0.0' dependencies: file: '>=6.0.0 <8.0.0'