Skip to content

Commit 00acdbe

Browse files
authored
Release 8.8.0 (#1215)
release 8.8.0
1 parent 0f457b2 commit 00acdbe

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@
44

55
### ENHANCEMENTS:
66

7+
### BUG FIXES:
8+
9+
### DEPENDENCIES:
10+
11+
### DOCUMENTATION:
12+
13+
14+
## 8.8.0 (March 17, 2026)
15+
16+
### ENHANCEMENTS:
17+
718
- feat(api-security): add support for API Security operations ([#1211](https://github.com/fastly/terraform-provider-fastly/pull/1211))
819

9-
### BUG FIXES:
1020

1121
### DEPENDENCIES:
1222
- build(deps): `github.com/fastly/go-fastly/v13` from 13.0.1 to 13.1.0 ([#1208](https://github.com/fastly/terraform-provider-fastly/pull/1208))
@@ -17,7 +27,6 @@
1727
- build(deps): `golang.org/x/net` from 0.51.0 to 0.52.0 ([#1212](https://github.com/fastly/terraform-provider-fastly/pull/1212))
1828
- build(deps): `actions/create-github-app-token` from 2 to 3 ([#1213](https://github.com/fastly/terraform-provider-fastly/pull/1213))
1929

20-
### DOCUMENTATION:
2130

2231
## 8.7.2 (March 10, 2026)
2332

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

0 commit comments

Comments
 (0)