Skip to content

Commit 714cd3b

Browse files
committed
v4.3.3 (#694)
1 parent 6a8fe30 commit 714cd3b

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.3 (May 12, 2023)
4+
5+
BUG FIXES:
6+
7+
* fix(gcs): `project_id` should be optional [#693](https://github.com/fastly/terraform-provider-fastly/pull/693)
8+
9+
DEPENDENCIES:
10+
11+
* build(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 [#692](https://github.com/fastly/terraform-provider-fastly/pull/692)
12+
313
## 4.3.2 (May 2, 2023)
414

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

0 commit comments

Comments
 (0)