Skip to content

Commit cf9f66e

Browse files
release 8.4.0 (#1121)
1 parent ce19cfc commit cf9f66e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### ENHANCEMENTS:
66

7+
### BUG FIXES:
8+
9+
### DEPENDENCIES:
10+
11+
## 8.3.1 (October 15, 2025)
12+
713
### BUG FIXES:
814
- fix(logging/https): corrected a bug where users that had a HTTPS logging block would encounter 'gzip_level' API errors after upgrading to the v8.1.0 provider or later ([#1118](https://github.com/fastly/terraform-provider-fastly/pull/1118))
915

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

0 commit comments

Comments
 (0)