Bump to version 2.0.1 (#5)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2040c50..a97bb2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v2.0.1
+- License changed to BSD, as this package is now maintained by the Dart team.
+- Fixed minor lints.
+
 ## v2.0.0
 - Migrated to null-safety.
 - API will no-longer return `null` in-place of a `YamlNode`, instead a
diff --git a/pubspec.yaml b/pubspec.yaml
index f010d9f..ef76639 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: yaml_edit
-version: 2.0.0
+version: 2.0.1
 description: A library for YAML manipulation with comment and whitespace preservation.
 homepage: https://github.com/google/dart-neats/tree/master/yaml_edit
 repository: https://github.com/dart-lang/yaml_edit.git