From a617eb077271543788bbc01847c74d04bfe289ef Mon Sep 17 00:00:00 2001 From: Thomas Labrecque Date: Mon, 3 Jun 2024 16:10:44 -0400 Subject: [PATCH] f --- src/cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/CHANGELOG.md b/src/cli/CHANGELOG.md index f50ecb35..a3436dd2 100644 --- a/src/cli/CHANGELOG.md +++ b/src/cli/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) Prefix your items with `(Template)` if the change is about the template and not the resulting application. ## 0.19.1 -- Target specific Dart/Flutter SDK. +- Target specific Dart (>=3.4.0 <4.0.0) / Flutter (3.22.1) SDK. ## 0.19.0 - Replaced Powershell Copy Tool by a Dart CLI.