Skip to content

Commit 9d43191

Browse files
committed
v3.0.1 (#619)
1 parent b7d2b02 commit 9d43191

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 3.1.0 (Unreleased)
22

3+
## 3.0.1 (November 22, 2022)
4+
5+
BUG FIXES:
6+
7+
* Backends send empty string to API [#618](https://github.com/fastly/terraform-provider-fastly/pull/618)
8+
39
## 3.0.0 (November 16, 2022)
410

511
The major v7 release of the go-fastly API client resulted in substantial changes to the internals of the Fastly Terraform provider, and so we felt it was safer to release a new major version.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 3.0.0"
28+
version = ">= 3.0.1"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)