From 99aeb6c6a3491feb09062ef80f92cb56a77338ac Mon Sep 17 00:00:00 2001 From: Tod Bachman Date: Thu, 14 Dec 2023 09:24:39 -0700 Subject: [PATCH] Update changelog for last and current releases --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06b0e6..f5a7c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.1.11 + +- Update webdev installation message to use `dart pub global activate` rather +than `pub global activate`. + +## 0.1.10 + +- Use Dart 2.19.6 in CI + ## 0.1.9 - Updated to null safety. Dart SDK minimum of 2.12.