Skip to content

Commit 04323ca

Browse files
committed
doc(CHANGELOG): v5.7.1 (#823)
1 parent 0db4052 commit 04323ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 5.8.0 (Unreleased)
22

3+
## 5.7.1 (March 15, 2024)
4+
5+
ENHANCEMENTS:
6+
7+
- feat(scalyr): add project_id [#822](https://github.com/fastly/terraform-provider-fastly/pull/822)
8+
9+
DEPENDENCIES:
10+
11+
- chore: avoid extra string interpolation [#820](https://github.com/fastly/terraform-provider-fastly/pull/820)
12+
313
## 5.7.0 (February 29, 2024)
414

515
BUG FIXES:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 5.7.0"
28+
version = ">= 5.7.1"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)