diff --git a/CHANGELOG.md b/CHANGELOG.md index ae85c2b67..364465fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,46 @@ # CHANGELOG +## [v10.6.3](https://github.com/fastly/cli/releases/tag/v10.6.3) (2023-11-15) + +The Fastly CLI internal configuration file has `config_version` bumped to version `5`. We've added a new account endpoint field (used as an override for Single-Sign On testing). + +When upgrading to this version of the CLI, and running a command for the first time, the config file should automatically update, but this can also be manually triggered by executing: + +```shell +fastly config --reset +``` + +**Bug fixes:** + +- fix(text): prompt colour [#1089](https://github.com/fastly/cli/pull/1089) +- fix(app): allow config override for account endpoint [#1090](https://github.com/fastly/cli/pull/1090) + +**Enhancements:** + +- feat: support SSO (Single Sign-On) [#1010](https://github.com/fastly/cli/pull/1010) + +**Dependencies:** + +- build(deps): bump golang.org/x/(crypto|term) [#1088](https://github.com/fastly/cli/pull/1088) + ## [v10.6.2](https://github.com/fastly/cli/releases/tag/v10.6.2) (2023-11-09) **Bug fixes:** -* fix(github): corrections for Windows users downloading wasm-tools [#1083](https://github.com/fastly/cli/pull/1083) -* fix(compute/build): don't block user if wasm-tool fails [#1084](https://github.com/fastly/cli/pull/1084) +- fix(github): corrections for Windows users downloading wasm-tools [#1083](https://github.com/fastly/cli/pull/1083) +- fix(compute/build): don't block user if wasm-tool fails [#1084](https://github.com/fastly/cli/pull/1084) **Enhancements:** -* refactor: apply linting fixes [#1080](https://github.com/fastly/cli/pull/1080) -* refactor(compute/serve): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1081) -* refactor(logtail): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1082) +- refactor: apply linting fixes [#1080](https://github.com/fastly/cli/pull/1080) +- refactor(compute/serve): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1081) +- refactor(logtail): replace log.Fatal usage with channel [#1081](https://github.com/fastly/cli/pull/1082) **Dependencies:** -* build(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 [#1079](https://github.com/fastly/cli/pull/1079) -* build(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 [#1078](https://github.com/fastly/cli/pull/1078) -* build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 [#1077](https://github.com/fastly/cli/pull/1077) +- build(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0 [#1079](https://github.com/fastly/cli/pull/1079) +- build(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 [#1078](https://github.com/fastly/cli/pull/1078) +- build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 [#1077](https://github.com/fastly/cli/pull/1077) ## [v10.6.1](https://github.com/fastly/cli/releases/tag/v10.6.1) (2023-11-03)