File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 4.1.0 (Unreleased)
1
+ ## 4.2.0 (Unreleased)
2
+
3
+ ## 4.1.0 (March 16, 2023)
4
+
5
+ ENHANCEMENTS:
6
+
7
+ * feat(fastly_service_compute): support new ` content ` attribute [ #661 ] ( https://github.com/fastly/terraform-provider-fastly/pull/661 )
8
+
9
+ DOCUMENTATION:
10
+
11
+ * docs(dictionary): add import note [ #662 ] ( https://github.com/fastly/terraform-provider-fastly/pull/662 )
12
+
13
+ DEPENDENCIES:
14
+
15
+ * Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 [ #656 ] ( https://github.com/fastly/terraform-provider-fastly/pull/656 )
16
+ * Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.8.0 [ #655 ] ( https://github.com/fastly/terraform-provider-fastly/pull/655 )
17
+ * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.25 [ #642 ] ( https://github.com/fastly/terraform-provider-fastly/pull/642 )
18
+ * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 [ #647 ] ( https://github.com/fastly/terraform-provider-fastly/pull/647 )
2
19
3
20
## 4.0.0 (March 9, 2023)
4
21
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.0 .0"
28
+ version = ">= 4.1 .0"
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments