Skip to content

Commit a323e67

Browse files
release 8.5.0 (#1155)
1 parent 6e2a4f1 commit a323e67

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
@@ -4,6 +4,16 @@
44

55
### ENHANCEMENTS:
66

7+
### BUG FIXES:
8+
9+
### DEPENDENCIES:
10+
11+
### DOCUMENTATION:
12+
13+
## 8.5.0 (November 20, 2025)
14+
15+
### ENHANCEMENTS:
16+
717
- feat(compute_acl_entries): add CIDR validation ([#1136](https://github.com/fastly/terraform-provider-fastly/pull/1136))
818

919
### 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 = ">= 8.4.0"
28+
version = ">= 8.5.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)