From e837ca817a2c2529a6383ec0ea131c9130dae50d Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 13 Oct 2025 12:57:00 -0700 Subject: [PATCH] chore(cronet_http): Prepare to release 1.6.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 1128d560bf..d5577055e5 100644 --- a/pkgs/cronet_http/CHANGELOG.md +++ b/pkgs/cronet_http/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.6.0-wip +## 1.6.0 * Upgrade the `cronet-embedded` dependency to `141.7340` version to support 16 KB page sizes. `cronet-embedded` has target SDK version of 24. diff --git a/pkgs/cronet_http/pubspec.yaml b/pkgs/cronet_http/pubspec.yaml index 0bfa1d7ca6..258f01ec9c 100644 --- a/pkgs/cronet_http/pubspec.yaml +++ b/pkgs/cronet_http/pubspec.yaml @@ -1,5 +1,5 @@ name: cronet_http -version: 1.6.0-wip +version: 1.6.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