1.0.1 release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d26bcdd..d5f8f48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 1.0.1
+
+* Added const constructors for `Platform` and `LocalPlatform`
+
 #### 1.0.0
 
 * Initial version
diff --git a/pubspec.yaml b/pubspec.yaml
index 0c95596..8d45807 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: platform
-version: 1.0.0
+version: 1.0.1
 authors:
 - Todd Volkert <tvolkert@google.com>
 description: A pluggable, mockable platform abstraction for Dart.