Merge pull request #25 from MichaelRFairhurst/publish-1.9

prep publish 1.9
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6121a1..616d021 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.9
+
+- Add `@SkippedTest` annotation and `skip_test` prefix.
+
 ## 0.1.8
 
 - Update `FailingTest` to add named parameters `issue` and `reason`.
diff --git a/pubspec.yaml b/pubspec.yaml
index 3f399ea..8cfc3fa 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test_reflective_loader
-version: 0.1.8
+version: 0.1.9
 
 description: Support for discovering tests and test suites using reflection.
 author: Dart Team <misc@dartlang.org>