diff --git a/CHANGELOG.md b/CHANGELOG.md index a0486e9..2691b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.0] - 2023/05/31 + +* Requires Dart 3.0 or later +* Updated to `aws_request` ^1.0.0 +* Updated to `http` ^1.0.0 + ## [0.6.0] - 2023/05/31 * Updated to aws_request 0.5.0 to support `intl` 0.18.0+ diff --git a/pubspec.lock b/pubspec.lock index 110f08b..5bce675 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -37,10 +37,10 @@ packages: dependency: "direct main" description: name: aws_request - sha256: "0f396eae706a8997a9d886f8241fe4afc670430f64b50c2752d6211c0e260ea6" + sha256: "5cd82d75bb85dafa8234175932e7ce4d0745ea35c05d37f3fdb270102c839092" url: "https://pub.dev" source: hosted - version: "0.5.0" + version: "1.0.0" boolean_selector: dependency: transitive description: @@ -117,10 +117,10 @@ packages: dependency: "direct main" description: name: http - sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" + sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3" url: "https://pub.dev" source: hosted - version: "0.13.6" + version: "1.0.0" http_multi_server: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c3d0f9c..0f02acc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,15 @@ name: aws_cloudwatch description: An easy, lightweight, turnkey solution for logging with AWS CloudWatch -version: 0.6.0 +version: 1.0.0 homepage: https://github.com/Zsmerritt/Flutter_AWS_CloudWatch environment: - sdk: '>=2.12.0 <4.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: - aws_request: ^0.5.0 # Make request to AWS + aws_request: ^1.0.0 # Make request to AWS synchronized: ^3.0.0 # Synchronize requests to ensure valid keys - http: ^0.13.0 # Http package for parsing AWS responses correctly on Multiple Platforms + http: ^1.0.0 # Http package for parsing AWS responses correctly on Multiple Platforms crypto: ^3.0.0 # Message hashes used to collate split messages dev_dependencies: