From 666e1c96003824848678d18d5d051d486f390f15 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 15 Feb 2024 09:40:30 -0800 Subject: [PATCH] prepare release --- pkgs/http/CHANGELOG.md | 7 +++++-- pkgs/http/pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/http/CHANGELOG.md b/pkgs/http/CHANGELOG.md index ca69677e61..86bc67821f 100644 --- a/pkgs/http/CHANGELOG.md +++ b/pkgs/http/CHANGELOG.md @@ -1,11 +1,14 @@ +## 1.2.1 + +* Require Dart `^3.3` +* Require `package:web` `^0.5.0`. + ## 1.2.0 * Add `MockClient.pngResponse`, which makes it easier to fake image responses. * Added the ability to fetch the URL of the response through `BaseResponseWithUrl`. * Add the ability to get headers as a `Map` to `BaseResponse`. -* Require Dart `^3.3` -* Require `package:web` `^0.5.0`. ## 1.1.2 diff --git a/pkgs/http/pubspec.yaml b/pkgs/http/pubspec.yaml index 4d3401ede0..1874d5cc08 100644 --- a/pkgs/http/pubspec.yaml +++ b/pkgs/http/pubspec.yaml @@ -1,5 +1,5 @@ name: http -version: 1.2.0 +version: 1.2.1 description: A composable, multi-platform, Future-based API for HTTP requests. repository: https://github.com/dart-lang/http/tree/master/pkgs/http