File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 88
99### DEPENDENCIES:
1010
11+ ### DOCUMENTATION:
12+
13+ ## 8.3.2 (October 16, 2025)
14+
15+ ### DOCUMENTATION:
16+ - fix: correct release with non main tag
17+
1118## 8.3.1 (October 15, 2025)
1219
1320### BUG FIXES:
1724- build(deps): ` stefanzweifel/git-auto-commit-action ` from 6 to 7 ([ #1120 ] ( https://github.com/fastly/terraform-provider-fastly/pull/1120 ) )
1825- build(deps): ` golang.org/x/net ` from 0.44.0 to 0.46.0 ([ #1119 ] ( https://github.com/fastly/terraform-provider-fastly/pull/1119 ) )
1926
20- ### DOCUMENTATION:
21-
2227## 8.3.0 (September 30, 2025)
2328
2429### ENHANCEMENTS:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
2525 required_providers {
2626 fastly = {
2727 source = "fastly/fastly"
28- version = ">= 8.3.1 "
28+ version = ">= 8.3.2 "
2929 }
3030 }
3131}
You can’t perform that action at this time.
0 commit comments