Update the pubspec and changelog.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f9c01a..15112fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.13.3+3
+
+* Add an explicit default value for the `allowTrailingOptions` parameter to `new
+  ArgParser()`. This doesn't change the behavior at all; the option already
+  defaulted to `false`, and passing in `null` still works.
+
 ## 0.13.3+2
 
 * Documentation fixes.
diff --git a/pubspec.yaml b/pubspec.yaml
index c51fad7..326ef0e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: args
-version: 0.13.3+2
+version: 0.13.3+3
 author: "Dart Team <misc@dartlang.org>"
 homepage: https://github.com/dart-lang/args
 description: >