diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a5cb769c3..8545e484a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.3+13 + +* remove boundary characters that package:http_parser cannot parse. + ## 0.11.3+12 * Don't quote the boundary header for `MultipartRequest`. This is more diff --git a/pubspec.yaml b/pubspec.yaml index b922a51742..7bad9f065c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 0.11.3+12 +version: 0.11.3+13 author: "Dart Team " homepage: https://github.com/dart-lang/http description: A composable, Future-based API for making HTTP requests.