We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2003461 commit 1040e32Copy full SHA for 1040e32
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## 4.4.0 (Unreleased)
2
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
9
## 4.3.1 (April 29, 2023)
10
11
ENHANCEMENTS:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 4.3.1"
+ version = ">= 4.3.2"
29
}
30
31
0 commit comments