v0.1.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..075e2a8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+## 0.1.1
+
+* Correctly handle requests when not hosted at the root of a site.
+* Send `last-modified` header.
+* Work around [known issue](https://codereview.chromium.org/278783002/) with HTTP date formatting.
+
diff --git a/pubspec.yaml b/pubspec.yaml
index 8fa754f..18ba5ed 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_static
-version: 0.1.0+1
+version: 0.1.1
 author: Kevin Moore <github@j832.com>
 description: Static file server support for Shelf
 homepage: https://github.com/kevmoo/shelf_static.dart