Prepare release with topics (#144)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a4cc16..2a78ef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
-## 3.1.2-dev
+## 3.1.2
* Require Dart 2.19
+* Added `topics` in `pubspec.yaml`.
## 3.1.1
diff --git a/pubspec.yaml b/pubspec.yaml
index 899ed0f..a3290e1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,10 @@
name: yaml
-version: 3.1.2-dev
+version: 3.1.2
description: A parser for YAML, a human-friendly data serialization standard
repository: https://github.com/dart-lang/yaml
+topics:
+ - yaml
+ - config-format
environment:
sdk: '>=2.19.0 <3.0.0'