From 5c0a90df9242328f5e961a384f2308e74a52d86e Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Fri, 18 Jul 2025 12:45:38 -0700 Subject: [PATCH] Prepare to release cronet 1.4.0 --- pkgs/cronet_http/CHANGELOG.md | 2 +- pkgs/cronet_http/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/cronet_http/CHANGELOG.md b/pkgs/cronet_http/CHANGELOG.md index ec35c1d290..29778bfa46 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.4.0-wip +## 1.4.0 * Add a new `CronetStreamedResponse` class that provides additional information about the HTTP response. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index e6eb39899a..42a68962e2 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.4.0-wip +version: 1.4.0 description: >- An Android Flutter plugin that provides access to the Cronet HTTP client. repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http