From c161f4428c9bdb85a916260690a3c23456d47f84 Mon Sep 17 00:00:00 2001 From: Cameron Durham Date: Tue, 23 Jan 2024 20:27:15 -0700 Subject: [PATCH] Update changelog for platform release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597edbd..5837a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## v0.3.7 + +- Add `--platform` flag to specify which platform to pull when creating environment (thanks to @a-harhar!) + +## v0.3.6 + +- Dependabot and README changes + ## v0.3.5 - remove "latest version" checks from other commands (`ch list` and `ch running`)