Bump to 3.0.1 (#171)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ba65ad..8c954c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 3.0.1
+
+* Replace the dependency on the
+  _[test](https://pub.dartlang.org/packages/test)_ package with a dependency on
+  the new _[test_api](https://pub.dartlang.org/packages/test_api)_ package.
+  This dramatically reduces mockito's transitive dependencies.
+* Internal improvements to tests and examples.
+
 ## 3.0.0
 
 * Deprecate the `typed` API; instead of wrapping other Mockito API calls, like
diff --git a/pubspec.yaml b/pubspec.yaml
index 45ef09b..db8ed0a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mockito
-version: 3.0.1-dev
+version: 3.0.1
 
 authors:
   - Dmitriy Fibulwinter <fibulwinter@gmail.com>