Prepare 2.0.2 release (#7)

* Prepare 2.0.2 release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a97bb2c..05fc1df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## v2.0.2
+- Fix trailing whitespace after adding new key with block-value to map
+  ([#15](https://github.com/dart-lang/yaml_edit/issues/15)).
+- Updated `repository` and other meta-data in `pubspec.yaml`.
+
 ## v2.0.1
 - License changed to BSD, as this package is now maintained by the Dart team.
 - Fixed minor lints.