Update version and changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85a3c27..78a954d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.2.9
+
+* Use file `modified` dates instead of `changed` for `304 Not Modified` checks
+  as `changed` returns creation dates on Windows.
+
 ## 0.2.8
 
 * Update SDK constraint to `>=2.0.0-dev.61 <3.0.0`.
diff --git a/pubspec.yaml b/pubspec.yaml
index b105264..c37a42c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_static
-version: 0.2.8
+version: 0.2.9
 author: Dart Team <misc@dartlang.org>
 description: Static file server support for Shelf
 homepage: https://github.com/dart-lang/shelf_static