Bump version to 1.3.2.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29b0527..665eb30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.3.2
+
+* Don't crash when running `Trace.terse` on empty stack traces.
+
 ## 1.3.1
 
 * Support more types of JavaScriptCore stack frames.
diff --git a/pubspec.yaml b/pubspec.yaml
index 85dfe45..bc3bc8d 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.3.1
+version: 1.3.2
 author: "Dart Team <misc@dartlang.org>"
 homepage: http://github.com/dart-lang/stack_trace
 description: >