From f3be6a55569ed80041f38f8ae7b80d76f30b297f Mon Sep 17 00:00:00 2001 From: Mark McDonnell Date: Mon, 22 Mar 2021 17:30:08 +0000 Subject: [PATCH] v0.26.2 (#230) * v0.26.2 * Update CHANGELOG.md Co-authored-by: Dora Militaru Co-authored-by: Dora Militaru --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 427d3e3b9..0cf9ff2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.26.2](https://github.com/fastly/cli/releases/tag/v0.26.2) (2021-03-22) + +[Full Changelog](https://github.com/fastly/cli/compare/v0.26.1...v0.26.2) + +**Enhancements:** + +- Extra error handling around loading remote configuration data. [\#229](https://github.com/fastly/cli/pull/229) + +**Bug fixes:** + +- `fastly compute build` exits with error 1 [\#227](https://github.com/fastly/cli/issues/227) +- Set GOVERSION for goreleaser. [\#228](https://github.com/fastly/cli/pull/228) + ## [v0.26.1](https://github.com/fastly/cli/releases/tag/v0.26.1) (2021-03-19) [Full Changelog](https://github.com/fastly/cli/compare/v0.26.0...v0.26.1)