Skip to content

Commit 1040e32

Browse files
committed
v4.3.2 (#690)
1 parent 2003461 commit 1040e32

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
## 4.4.0 (Unreleased)
22

3+
## 4.3.2 (May 2, 2023)
4+
5+
BUG FIXES:
6+
7+
* fix(product_enablement): avoid unexpected diff [#689](https://github.com/fastly/terraform-provider-fastly/pull/689)
8+
39
## 4.3.1 (April 29, 2023)
410

511
ENHANCEMENTS:

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 = ">= 4.3.1"
28+
version = ">= 4.3.2"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)