We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152c31e commit 762231bCopy full SHA for 762231b
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-## 2.4.0 (Unreleased)
+## 2.5.0 (Unreleased)
2
+
3
+## 2.4.0 (October 13, 2022)
4
5
+ENHANCEMENTS:
6
7
+* Support health check headers [#598](https://github.com/fastly/terraform-provider-fastly/pull/598)
8
+* Code base refactor with tfproviderlintx [#596](https://github.com/fastly/terraform-provider-fastly/pull/596)
9
10
## 2.3.3 (October 3, 2022)
11
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 2.3.3"
+ version = ">= 2.4.0"
29
}
30
31
0 commit comments