Skip to content

Commit

Permalink
doc(CHANGELOG): v5.7.1 (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Mar 15, 2024
1 parent 0db4052 commit 04323ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 5.8.0 (Unreleased)

## 5.7.1 (March 15, 2024)

ENHANCEMENTS:

- feat(scalyr): add project_id [#822](https://github.com/fastly/terraform-provider-fastly/pull/822)

DEPENDENCIES:

- chore: avoid extra string interpolation [#820](https://github.com/fastly/terraform-provider-fastly/pull/820)

## 5.7.0 (February 29, 2024)

BUG FIXES:
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.7.0"
version = ">= 5.7.1"
}
}
}
Expand Down

0 comments on commit 04323ca

Please sign in to comment.