File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 4.3.0 (Unreleased)
1
+ ## 4.4.0 (Unreleased)
2
+
3
+ ## 4.3.0 (April 19, 2023)
4
+
5
+ ENHANCEMENTS:
6
+
7
+ * feat(data_source): new dictionaries data source [ #682 ] ( https://github.com/fastly/terraform-provider-fastly/pull/682 )
8
+
9
+ DEPENDENCIES:
10
+
11
+ * build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 [ #680 ] ( https://github.com/fastly/terraform-provider-fastly/pull/680 )
12
+ * build(deps): bump github.com/bflad/tfproviderlint from 0.28.1 to 0.29.0 [ #681 ] ( https://github.com/fastly/terraform-provider-fastly/pull/681 )
2
13
3
14
## 4.2.0 (April 1, 2023)
4
15
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.2 .0"
28
+ version = ">= 4.3 .0"
29
29
}
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments