Bump patch version.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c6e56c..a2a4c44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 1.9.1+1
+## 1.9.2
 
 * Fix Dart 2.0 runtime cast failure in test.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 93ffeb3..3824d64 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -7,7 +7,7 @@
 #
 # When the major version is upgraded, you *must* update that version constraint
 # in pub to stay in sync with this.
-version: 1.9.1+1
+version: 1.9.2
 author: "Dart Team <misc@dartlang.org>"
 homepage: https://github.com/dart-lang/stack_trace
 description: A package for manipulating stack traces and printing them readably.