Skip to content

Commit

Permalink
v2.4.0 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Oct 13, 2022
1 parent 152c31e commit 762231b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 2.4.0 (Unreleased)
## 2.5.0 (Unreleased)

## 2.4.0 (October 13, 2022)

ENHANCEMENTS:

* Support health check headers [#598](https://github.com/fastly/terraform-provider-fastly/pull/598)
* Code base refactor with tfproviderlintx [#596](https://github.com/fastly/terraform-provider-fastly/pull/596)

## 2.3.3 (October 3, 2022)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fastly = {
source = "fastly/fastly"
version = ">= 2.3.3"
version = ">= 2.4.0"
}
}
}
Expand Down

0 comments on commit 762231b

Please sign in to comment.