From 6915fcf678527e5df711c77495e8fcebc5086f73 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Mon, 9 Feb 2026 17:50:51 +0530 Subject: [PATCH 1/2] Update CHANGELOG for version 2.0.0: add Dart 3 compatibility, enhance error messages, and include test fixes for supercharged/GQL tests. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8c574..69f8631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog -## v1.1.1 +## 2.0.0 +- Dart 3 compatible (SDK `>=2.12.0 <4.0.0`) +- Improved error messages and publish workflow +- Test fixes and mock data for supercharged/GQL tests - Improved error messages ___________________ From fb445c38b06069c48618b4f9369c1b1778dcc3f5 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Tue, 10 Feb 2026 12:03:05 +0530 Subject: [PATCH 2/2] Update README.md