roll test_api version (#173)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c954c8..1b4b6bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 3.0.2
+
+* Update the internal version of _[test_api](https://pub.dartlang.org/packages/test_api)_ to
+  be compatible with _[test_core](https://pub.dartlang.org/packages/test_core)_.
+
 ## 3.0.1
 
 * Replace the dependency on the
diff --git a/pubspec.yaml b/pubspec.yaml
index db8ed0a..c7a3c62 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mockito
-version: 3.0.1
+version: 3.0.2
 
 authors:
   - Dmitriy Fibulwinter <fibulwinter@gmail.com>
@@ -15,7 +15,7 @@
   collection: ^1.1.0
   matcher: ^0.12.3
   meta: ^1.0.4
-  test_api: ^0.1.1
+  test_api: ^0.2.0
 
 dev_dependencies:
   test: ^1.4.0