diff --git a/CHANGELOG.md b/CHANGELOG.md index 532bcd2..f1dad21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +- Mockito upgraded to 4.0.0 + ## 1.0.0 - Initial version diff --git a/pubspec.yaml b/pubspec.yaml index e291ee3..f2d1571 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: image_test_utils description: Makes it easier to provide mocked responses for Image.network widgets in Flutter widget tests. -version: 1.0.0 +version: 1.1.0 homepage: https://github.com/roughike/image_test_utils author: Iiro Krankka @@ -8,4 +8,4 @@ environment: sdk: '>=2.0.0 <3.0.0' dependencies: - mockito: ^3.0.0 + mockito: ^4.0.0