Skip to content

Commit 941dcbb

Browse files
change version
1 parent 91fd842 commit 941dcbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### DEPENDENCIES:
1010

11-
## 8.4.0 (October 15, 2025)
11+
## 8.3.1 (October 15, 2025)
1212

1313
### BUG FIXES:
1414
- 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))

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.3.1"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)