Merge branch 'master' into null_safety
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed67dda..bafa706 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,18 @@
-## 1.9.0-nnbd
+## 1.10.0-nnbd
 
 - Migrate to null safety.
 
+## 1.9.2
+
+Revert changes in `1.9.1` due to problems moving `unawaited` to `meta`.
+
+## 1.9.1
+
+`package:meta` is now the recommended place to get the `unawaited` method.
+
+`pedantic` now exports that implementation, so the two are compatible.
+`unawaited` will be removed from `pedantic` in version `2.0.0`.
+
 ## 1.9.0
 
 - Enforce 17 new lint rules:
diff --git a/README.md b/README.md
index 2b05e91..bfeccbe 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-# pedantic
-
 [![Pub](https://img.shields.io/pub/v/pedantic.svg)](https://pub.dev/packages/pedantic)
 
 This package serves three purposes:
diff --git a/pubspec.yaml b/pubspec.yaml
index 7c31136..935a919 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: pedantic
-version: 1.9.0-nnbd
+version: 1.10.0-nnbd
 description: >-
   The Dart analyzer settings and best practices used internally at Google.
 homepage: https://github.com/dart-lang/pedantic