Skip to content

Commit 762231b

Browse files
committed
v2.4.0 (#600)
1 parent 152c31e commit 762231b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 2.4.0 (Unreleased)
1+
## 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)
29

310
## 2.3.3 (October 3, 2022)
411

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 2.3.3"
28+
version = ">= 2.4.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)