prep-for-1.0.0 (#886)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2cd206..f34b4c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.0.0
+
+* No change from `0.12.42`. We are simply signalling to users that this is a
+  well supported package and is the prefered way to write Dart tests.
+
 ## 0.12.42
 
 * Add support for `solo` test and group. When the argument is `true` only tests
diff --git a/pubspec.yaml b/pubspec.yaml
index b3a2bb2..2e7d298 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: test
-version: 0.12.42
+version: 1.0.0 
 author: Dart Team <misc@dartlang.org>
 description: A library for writing dart unit tests.
 homepage: https://github.com/dart-lang/test