Prepare for 1.0.1 release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d26bcdd..720d352 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+#### 1.0.1
+
+* The `executable` and `arguments` parameters have been merged into one
+  `command` parameter in the `run`, `runSync`, and `start` methods of
+  `ProcessManager`.
+* Added support for sanitization of command elements in
+  `RecordingProcessManager` and `ReplayProcessManager` via the `CommandElement`
+  class.
+
 #### 1.0.0
 
 * Initial version
diff --git a/pubspec.yaml b/pubspec.yaml
index c5315b9..4acfa0c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: process
-version: 1.0.0
+version: 1.0.1
 authors:
 - Todd Volkert <tvolkert@google.com>
 description: A pluggable, mockable process invocation abstraction for Dart.