diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f555fc..ccfefc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 5.0.0-nullsafety.5 + +Fixed an issue where providers with an `update` parameter in sound null-safety mode could throw null exceptions. + # 5.0.0-nullsafety.4 - Upgraded `nested` dependency to 1.0.0 and `collection` to 1.15.0 diff --git a/pubspec.yaml b/pubspec.yaml index 6df7ede8..aca94486 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: provider description: A wrapper around InheritedWidget to make them easier to use and more reusable. -version: 5.0.0-nullsafety.4 +version: 5.0.0-nullsafety.5 homepage: https://github.com/rrousselGit/provider environment: