Version 0.13.3 (#271)
diff --git a/AUTHORS b/AUTHORS
index d9f454a..7513829 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,3 +9,4 @@
Cédric Belin <cedxbelin@gmail.com>
Evan Weible <ekweible@gmail.com>
Günter Zöchbauer <guenter@gzoechbauer.com>
+Will Drach <will.drach@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 558bb47..a1f8817 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,7 @@
-## 0.13.4
- * Added a new named argument to `collect` for filtering the
- coverage results by a set of VM isolate IDs.
+## 0.13.3 - 2019-09-27
-## 0.13.3
-
+ * Adds a new named argument to `collect` to filter coverage results by a set
+ of VM isolate IDs.
* Migrates implementation of VM service protocol library from
`package:vm_service_lib`, which is no longer maintained, to
`package:vm_service`, which is.
diff --git a/pubspec.yaml b/pubspec.yaml
index 596a97e..e4e9a35 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: coverage
-version: 0.13.4-dev
+version: 0.13.3
author: Dart Team <misc@dartlang.org>
description: Coverage data manipulation and formatting
homepage: https://github.com/dart-lang/coverage