Merge pull request #35 from srawlins/101

Bumping to 1.0.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9534f53..d20582b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.0.1
+
+* Add a new `thenThrow` method to the API.
+* Document `thenAnswer` in the README.
+* Add more dartdoc.
+
 ## 1.0.0
 
 * Add a new `typed` API that is compatible with Dart Dev Compiler; documented in
diff --git a/pubspec.yaml b/pubspec.yaml
index be8576c..1223353 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mockito
-version: 1.0.0
+version: 1.0.1
 author: Dmitriy Fibulwinter <fibulwinter@gmail.com>
 description: A mock framework inspired by Mockito.
 homepage: https://github.com/fibulwinter/dart-mockito