summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLuis Martinez2022-10-18 14:17:23 -0500
committerLuis Martinez2022-10-18 14:17:23 -0500
commita9b2a23ac09284fb9e4fec56a5495a90f53cba27 (patch)
treedfbee56ff94d23428e938ea5a8017baab4be2eb7 /CHANGELOG.md
parentb6f9da029e571f523a102d7cec28d752f99f7ecb (diff)
downloadaur-a9b2a23ac09284fb9e4fec56a5495a90f53cba27.tar.gz
update to 4.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a843b3f5232..9b1255c4e687 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [v4.2.0](https://github.com/fastly/cli/releases/tag/v4.2.0) (2022-10-18)
+
+[Full Changelog](https://github.com/fastly/cli/compare/v4.1.0...v4.2.0)
+
+**Enhancements:**
+
+* Service Authorization [#660](https://github.com/fastly/cli/pull/660)
+* Add Object Store API calls [#670](https://github.com/fastly/cli/pull/670)
+* Remove upper limit on Go toolchain [#678](https://github.com/fastly/cli/pull/678)
+
+**Bug fixes:**
+
+* Fix `compute pack` to produce expected `package.tar.gz` filename [#662](https://github.com/fastly/cli/pull/662)
+* Fix `--help` flag to not display an error [#672](https://github.com/fastly/cli/pull/672)
+* Fix command substitution issue for Windows OS [#677](https://github.com/fastly/cli/pull/677)
+* Fix Makefile for Windows [#679](https://github.com/fastly/cli/pull/679)
+
## [v4.1.0](https://github.com/fastly/cli/releases/tag/v4.1.0) (2022-10-11)
[Full Changelog](https://github.com/fastly/cli/compare/v4.0.1...v4.1.0)