We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2a4f1 commit a323e67Copy full SHA for a323e67
CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
### ENHANCEMENTS:
6
7
+### BUG FIXES:
8
+
9
+### DEPENDENCIES:
10
11
+### DOCUMENTATION:
12
13
+## 8.5.0 (November 20, 2025)
14
15
+### ENHANCEMENTS:
16
17
- feat(compute_acl_entries): add CIDR validation ([#1136](https://github.com/fastly/terraform-provider-fastly/pull/1136))
18
19
### BUG FIXES:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 8.4.0"
+ version = ">= 8.5.0"
29
}
30
31
0 commit comments