Skip to content

Commit

Permalink
doc(CHANGELOG): v5.10.0 (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed May 16, 2024
1 parent 56868fd commit 06abc4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## 5.10.0 (Unreleased)
## 5.11.0 (Unreleased)

## 5.10.0 (May 16, 2024)

ENHANCEMENTS:

- feat(image_optimizer_default_settings): add Image Optimizer default settings API [#832](https://github.com/fastly/terraform-provider-fastly/pull/832)

## 5.9.0 (May 9, 2024)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fastly = {
source = "fastly/fastly"
version = ">= 5.9.0"
version = ">= 5.10.0"
}
}
}
Expand Down

0 comments on commit 06abc4e

Please sign in to comment.