File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 4.2.0 (Unreleased)
2
2
3
+ ## 4.1.1 (March 27, 2023)
4
+
5
+ BUG FIXES:
6
+
7
+ * fix(tls/subscriptions): tls configuration id should always be passed [ #670 ] ( https://github.com/fastly/terraform-provider-fastly/pull/670 )
8
+
9
+ DOCUMENTATION:
10
+
11
+ * docs(tls/subscriptions): clarify default tls config [ commit] ( https://github.com/fastly/terraform-provider-fastly/commit/e0c80d39060082271f382965d21d341e1affaeb0 )
12
+
13
+ DEPENDENCIES:
14
+
15
+ * build(dependencies): bump github.com/hashicorp/terraform-plugin-sdk/v2 [ #667 ] ( https://github.com/fastly/terraform-provider-fastly/pull/667 )
16
+ * Bump actions/setup-go from 3 to 4 [ #664 ] ( https://github.com/fastly/terraform-provider-fastly/pull/664 )
17
+ * Bump github.com/fastly/go-fastly/v7 from 7.4.0 to 7.5.0 [ #665 ] ( https://github.com/fastly/terraform-provider-fastly/pull/665 )
18
+
3
19
## 4.1.0 (March 16, 2023)
4
20
5
21
ENHANCEMENTS:
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.0 "
28
+ version = ">= 4.1.1 "
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments