Skip to content

Commit cc2589e

Browse files
committed
v4.3.1 (#688)
1 parent c5f2b45 commit cc2589e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
313
## 4.3.0 (April 19, 2023)
414

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

0 commit comments

Comments
 (0)