diff --git a/.goreleaser.yml b/.goreleaser.yml index 43c7c6c14..d627ccd65 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -123,7 +123,7 @@ brews: skip_upload: auto description: A CLI for interacting with the Fastly platform homepage: https://github.com/fastly/cli - folder: Formula + directory: Formula custom_block: | head do url "https://github.com/fastly/cli.git" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6110582..bad1115a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [v10.8.10](https://github.com/fastly/cli/releases/tag/v10.8.10) (2024-04-10) + +**Dependencies:** + +- build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 [#1173](https://github.com/fastly/cli/pull/1173) +- build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0 [#1175](https://github.com/fastly/cli/pull/1175) + ## [v10.8.9](https://github.com/fastly/cli/releases/tag/v10.8.9) (2024-03-27) **Bug fixes:**