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 c5f2b45 commit cc2589eCopy full SHA for cc2589e
CHANGELOG.md
@@ -1,5 +1,15 @@
1
## 4.4.0 (Unreleased)
2
3
+## 4.3.1 (April 29, 2023)
4
+
5
+ENHANCEMENTS:
6
7
+* Bump go-fastly to new v8 major release to add project-id in GCS for logging [#685](https://github.com/fastly/terraform-provider-fastly/pull/685)
8
9
+BUG FIXES:
10
11
+* fix(product_enablement): error message check was too specific [#687](https://github.com/fastly/terraform-provider-fastly/pull/687)
12
13
## 4.3.0 (April 19, 2023)
14
15
ENHANCEMENTS:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 4.3.0"
+ version = ">= 4.3.1"
29
}
30
31
0 commit comments