diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index 14adfa76ad..fe3c527343 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.13.6-dev +## 0.13.6 * `BrowserClient` throws an exception if `send` is called after `close`. * If `no_default_http_client=true` is set in the environment then disk usage diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 2f3232a38d..1acc884f60 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 0.13.6-dev +version: 0.13.6 description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http