Prepare to release 0.9.6+3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88fd3ee..ac29147 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
 # 0.9.6+3
 
 * Change the mime type for Dart source from `application/dart` to `text/x-dart`.
+* Add example.
+* Fix links and code in README.
 
 # 0.9.6+2
 
diff --git a/README.md b/README.md
index fc82c25..53abf8c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[![Pub Package](https://img.shields.io/pub/v/mime.svg)](https://pub.dev/packages/mime)
 [![Build Status](https://travis-ci.org/dart-lang/mime.svg?branch=master)](https://travis-ci.org/dart-lang/mime)
 
 Package for working with MIME type definitions and for processing
diff --git a/pubspec.yaml b/pubspec.yaml
index 834954e..e4038a7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mime
-version: 0.9.7-dev
+version: 0.9.6+3
 
 description: >-
   Utilities for handling media (MIME) types, including determining a type from