Merge pull request #186 from dart-lang/prep-to-publish

Prep to publish
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f353d1..7f0efe0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.1.3-dev
+## 1.1.3
 
 * Automatically remove `content-length` header from a `Response.notModified`.
   Restores some of the safety around malformed requests that was removed in
diff --git a/pubspec.yaml b/pubspec.yaml
index 2532e76..54022e2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf
-version: 1.1.3-dev
+version: 1.1.3
 description: >-
   A model for web server middleware that encourages composition and easy reuse
 repository: https://github.com/dart-lang/shelf