Skip to content

Commit 2f24d4d

Browse files
release 8.3.2 (#1123)
1 parent cf9f66e commit 2f24d4d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
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:
@@ -17,8 +24,6 @@
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:

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

0 commit comments

Comments
 (0)