Bump the version.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b159928..984a0ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 2.0.1
+
+* `PercentEncoder` no longer encodes digits. This follows the specified
+  behavior.
+
 ## 2.0.0
 
 **Note**: No new APIs have been added in 2.0.0. Packages that would use 2.0.0 as
diff --git a/pubspec.yaml b/pubspec.yaml
index e9d38be..e442f97 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: convert
-version: 2.0.0
+version: 2.0.1
 description: Utilities for converting between data representations.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/convert