Bump to 1.0.3 and update the changelog.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bb8f7b..b45182d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 ## 1.0.3
    * Require Dart 2.0.0.
+   * Fixed Tuple7's operator==.
 
 ## 1.0.2
    * Prepare for Dart 2 stable.
diff --git a/pubspec.yaml b/pubspec.yaml
index 4a58383..ea4c4d4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: tuple
-version: 1.0.3-dev
+version: 1.0.3
 authors:
 - Dart Team <misc@dartlang.org>
 - Boris Kaul <localvoid@gmail.com>