From 22e805c5c2ff2b99171d05ec070261cdea7b20a0 Mon Sep 17 00:00:00 2001 From: Patrick Hamann Date: Tue, 24 Nov 2020 15:42:35 +0000 Subject: [PATCH] Update CHANGELOG.md for v0.20.0 (#173) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bedd818a..e94697eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.20.0](https://github.com/fastly/cli/releases/tag/v0.20.0) (2020-11-24) + +[Full Changelog](https://github.com/fastly/cli/compare/v0.19.0...v0.20.0) + +**Enhancements:** + +- Migrate to Go-Fastly 2.0.0 [\#169](https://github.com/fastly/cli/pull/169) + +**Bug fixes:** + +- Build failure with Cargo workspaces [\#171](https://github.com/fastly/cli/issues/171) +- Support cargo workspaces [\#172](https://github.com/fastly/cli/pull/172) + ## [v0.19.0](https://github.com/fastly/cli/releases/tag/v0.19.0) (2020-11-19) [Full Changelog](https://github.com/fastly/cli/compare/v0.18.1...v0.19.0)