Skip to content

Commit c66baae

Browse files
committed
v4.3.0 (#684)
1 parent 393795e commit c66baae

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 4.3.0 (Unreleased)
1+
## 4.4.0 (Unreleased)
2+
3+
## 4.3.0 (April 19, 2023)
4+
5+
ENHANCEMENTS:
6+
7+
* feat(data_source): new dictionaries data source [#682](https://github.com/fastly/terraform-provider-fastly/pull/682)
8+
9+
DEPENDENCIES:
10+
11+
* build(deps): bump golang.org/x/net from 0.8.0 to 0.9.0 [#680](https://github.com/fastly/terraform-provider-fastly/pull/680)
12+
* build(deps): bump github.com/bflad/tfproviderlint from 0.28.1 to 0.29.0 [#681](https://github.com/fastly/terraform-provider-fastly/pull/681)
213

314
## 4.2.0 (April 1, 2023)
415

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.2.0"
28+
version = ">= 4.3.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)