0.9.5

Signed-off-by: John McCutchan <john@johnmccutchan.com>
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 87903de..345336f 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,8 @@
+v 0.9.5 - February 2013
+
+- Remove remaining double type tests and replace them with num.
+- Don't throw in the default matrix and vector constructors.
+
 v 0.9.4 - February 2013
 
 - Remove unnecessary dart:scalarlist import.
diff --git a/pubspec.yaml b/pubspec.yaml
index 73f26d9..4d547f6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: vector_math
 description: A Vector Math library for 2D and 3D applications.
-version: 0.9.4
+version: 0.9.5
 author: John McCutchan <john@johnmccutchan.com>
 homepage: https://github.com/johnmccutchan/DartVectorMath
 dependencies: