Skip to content

Commit 0b410a5

Browse files
release 8.2.0 (#1109)
1 parent 0d179f5 commit 0b410a5

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 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.2.0 (September 24, 2025)
14+
15+
### ENHANCEMENTS:
16+
717
- feat(ngwaf/rules): add support for multival type conditions ([#1100](https://github.com/fastly/terraform-provider-fastly/pull/1100))
818

919
### BUG FIXES:
@@ -17,12 +27,8 @@
1727
- build(deps): `github.com/hashicorp/terraform-plugin-sdk/v2` from 2.37.0 to 2.38.1 ([#1108](https://github.com/fastly/terraform-provider-fastly/pull/1108))
1828
- build(deps): `github.com/fastly/go-fastly/v11` from 11.3.1 to 12.0.0 ([#1104](https://github.com/fastly/terraform-provider-fastly/pull/1104))
1929

20-
### DOCUMENTATION:
21-
2230
## 8.1.0 (September 17, 2025)
2331

24-
### BREAKING:
25-
2632
### ENHANCEMENTS:
2733

2834
- feat(ngwaf/workspace): fix basic usage example

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.0.0"
28+
version = ">= 8.2.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)