File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 4.2.0 (Unreleased)
2
2
3
+ ## 4.1.2 (March 29, 2023)
4
+
5
+ BUG FIXES:
6
+
7
+ * fix(fastly_service_vcl): validate snippet names [ #673 ] ( https://github.com/fastly/terraform-provider-fastly/pull/673 )
8
+ * fix(fastly_service_vcl): don't call http3 endpoint if already enabled [ #675 ] ( https://github.com/fastly/terraform-provider-fastly/pull/675 )
9
+
10
+ DEPENDENCIES:
11
+
12
+ * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.0 to 2.26.1 [ #671 ] ( https://github.com/fastly/terraform-provider-fastly/pull/671 )
13
+
3
14
## 4.1.1 (March 27, 2023)
4
15
5
16
BUG FIXES:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
required_providers {
26
26
fastly = {
27
27
source = "fastly/fastly"
28
- version = ">= 4.1.1 "
28
+ version = ">= 4.1.2 "
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments