Skip to content

Commit 9bea039

Browse files
committed
v3.0.2 (#621)
1 parent 5706849 commit 9bea039

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.2 (November 23, 2022)
4+
5+
BUG FIXES:
6+
7+
* Fix logging endpoints to not send empty placement value [#620](https://github.com/fastly/terraform-provider-fastly/pull/620)
8+
39
## 3.0.1 (November 22, 2022)
410

511
BUG FIXES:

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.1"
28+
version = ">= 3.0.2"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)