Release 0.1.3
diff --git a/pkgs/http2/CHANGELOG.md b/pkgs/http2/CHANGELOG.md
index 44e918c..fad6f74 100644
--- a/pkgs/http2/CHANGELOG.md
+++ b/pkgs/http2/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## 0.1.3
* Fixed a bug where a closed window would not open correctly due to an increase
in initial window size.
diff --git a/pkgs/http2/pubspec.yaml b/pkgs/http2/pubspec.yaml
index ab62edd..69dc9b9 100644
--- a/pkgs/http2/pubspec.yaml
+++ b/pkgs/http2/pubspec.yaml
@@ -1,5 +1,5 @@
name: http2
-version: 0.1.2
+version: 0.1.3
description: A HTTP/2 implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/http2