Prepare 2.1.1 release (dart-lang/yaml_edit#52)

diff --git a/pkgs/yaml_edit/CHANGELOG.md b/pkgs/yaml_edit/CHANGELOG.md
index 26033e6..d376b7c 100644
--- a/pkgs/yaml_edit/CHANGELOG.md
+++ b/pkgs/yaml_edit/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 2.1.1-dev
+## 2.1.1
 
 - Require Dart 2.19
 
diff --git a/pkgs/yaml_edit/pubspec.yaml b/pkgs/yaml_edit/pubspec.yaml
index a2360fe..f4c08df 100644
--- a/pkgs/yaml_edit/pubspec.yaml
+++ b/pkgs/yaml_edit/pubspec.yaml
@@ -1,8 +1,10 @@
 name: yaml_edit
-version: 2.1.1-dev
+version: 2.1.1
 description: A library for YAML manipulation with comment and whitespace preservation.
 repository: https://github.com/dart-lang/yaml_edit
 issue_tracker: https://github.com/dart-lang/yaml_edit/issues
+topics:
+ - yaml
 
 environment:
   sdk: ">=2.19.0 <3.0.0"