From 99066dac5c72b205c0b3e89ccb1edb5475ff65d1 Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Thu, 30 Mar 2023 10:50:50 +0100 Subject: [PATCH] v8.2.1 (#890) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f319bbc1..6f11c1004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v8.2.1](https://github.com/fastly/cli/releases/tag/v8.2.1) (2023-03-30) + +[Full Changelog](https://github.com/fastly/cli/compare/v8.2.0...v8.2.1) + +**Dependencies:** + +* build(deps): bump tinygo baseline version [#888](https://github.com/fastly/cli/pull/888) + +**Bug fixes:** + +* fix(toolchain): bump go version to align with updated tinygo constraint [#889](https://github.com/fastly/cli/pull/889) + ## [v8.2.0](https://github.com/fastly/cli/releases/tag/v8.2.0) (2023-03-28) [Full Changelog](https://github.com/fastly/cli/compare/v8.1.2...v8.2.0)