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 3820254 commit 5f98777Copy full SHA for 5f98777
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## 5.3.0 (Unreleased)
2
3
+## 5.2.1 (June 23, 2023)
4
+
5
+DEPENDENCIES:
6
7
+* build(deps): update go-fastly to latest 8.5.2 release [#717](https://github.com/fastly/terraform-provider-fastly/pull/717)
8
9
## 5.2.0 (June 22, 2023)
10
11
ENHANCEMENTS:
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 5.2.0"
+ version = ">= 5.2.1"
29
}
30
31
0 commit comments