removed deprecated getHandler
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9398fa..836b0b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2.0
+
+* Removed deprecated `getHandler`.
+
 ## 0.1.4+6
 
 * Updated development dependencies.
diff --git a/lib/shelf_static.dart b/lib/shelf_static.dart
index 61a4aec..9a4a613 100644
--- a/lib/shelf_static.dart
+++ b/lib/shelf_static.dart
@@ -122,8 +122,3 @@
 
   return null;
 }
-
-/// Use [createStaticHandler] instead.
-@deprecated
-Handler getHandler(String fileSystemPath) =>
-    createStaticHandler(fileSystemPath);
diff --git a/pubspec.yaml b/pubspec.yaml
index e2d830f..8ac5abe 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: shelf_static
-version: 0.1.4+6
+version: 0.2.0-dev
 author: Kevin Moore <github@j832.com>
 description: Static file server support for Shelf
 homepage: https://github.com/kevmoo/shelf_static.dart